# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Module-Install 1.17 license {Artistic-1 GPL} maintainers nomaintainer description Module::Install - Standalone, extensible Perl module installer long_description Module::Install is a package for writing installers \ for CPAN (or CPAN-like) distributions that are clean, \ simple, minimalist, act in a strictly correct manner \ with ExtUtils::MakeMaker, and will run on any Perl installation \ version 5.005 or newer. Use of Module::Install for new distributions \ is discouraged. Dist::Zilla is recommended instead. platforms darwin checksums rmd160 5204f2a345d92a85dab54f8be1f82570bedbb2e6 \ sha256 bc1365cf447fc8e09ef002f68e0a2ac3ace071ebf412c94a2cd08ddae6e17065 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-archive-tar \ port:p${perl5.major}-cpan-meta \ port:p${perl5.major}-file-remove \ port:p${perl5.major}-json-maybexs \ port:p${perl5.major}-module-build \ port:p${perl5.major}-module-scandeps \ port:p${perl5.major}-par-dist \ port:p${perl5.major}-yaml-tiny \ port:p${perl5.major}-extutils-install \ port:p${perl5.major}-devel-ppport \ port:p${perl5.major}-libwww-perl supported_archs noarch }