Revision: 103539 https://trac.macports.org/changeset/103539 Author: dluke@macports.org Date: 2013-02-28 08:39:22 -0800 (Thu, 28 Feb 2013) Log Message: ----------- p5-cpan-meta: new port, needed for p5-local-lib Added Paths: ----------- trunk/dports/perl/p5-cpan-meta/ trunk/dports/perl/p5-cpan-meta/Portfile Added: trunk/dports/perl/p5-cpan-meta/Portfile =================================================================== --- trunk/dports/perl/p5-cpan-meta/Portfile (rev 0) +++ trunk/dports/perl/p5-cpan-meta/Portfile 2013-02-28 16:39:22 UTC (rev 103539) @@ -0,0 +1,27 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.8 5.10 5.12 5.14 5.16 +perl5.setup CPAN-Meta 2.120921 +license {Artistic-1 GPL} +maintainers nomaintainer +description the distribution metadata for a CPAN dist +long_description ${description} + +platforms darwin + +checksums rmd160 8ce3496ce89bbe89b856020f83e35b90d4b411f9 \ + sha256 e9a829a3149920655f1bdb36cd061c21b3bfa52f05b67d12a3534933cccc9789 + +supported_archs noarch + +if {${perl5.major} != ""} { +depends_lib-append port:p${perl5.major}-cpan-meta-requirements \ + port:p${perl5.major}-cpan-meta-yaml \ + port:p${perl5.major}-json-pp \ + port:p${perl5.major}-parse-cpan-meta \ + port:p${perl5.major}-scalar-list-utils \ + port:p${perl5.major}-version +} Property changes on: trunk/dports/perl/p5-cpan-meta/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native