Revision: 103541 https://trac.macports.org/changeset/103541 Author: dluke@macports.org Date: 2013-02-28 08:40:22 -0800 (Thu, 28 Feb 2013) Log Message: ----------- p5-extutils-command: new port, needed for p5-local-lib Added Paths: ----------- trunk/dports/perl/p5-extutils-command/ trunk/dports/perl/p5-extutils-command/Portfile Added: trunk/dports/perl/p5-extutils-command/Portfile =================================================================== --- trunk/dports/perl/p5-extutils-command/Portfile (rev 0) +++ trunk/dports/perl/p5-extutils-command/Portfile 2013-02-28 16:40:22 UTC (rev 103541) @@ -0,0 +1,18 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.8 5.10 5.12 5.14 5.16 +perl5.setup ExtUtils-Command 1.17 +license {Artistic-1 GPL} +maintainers nomaintainer +description utilities to replace common UNIX commands in Makefiles etc. +long_description ${description} + +platforms darwin + +checksums rmd160 b812578311c9eeb624f0a9c54867ff999a10b931 \ + sha256 3cd0fab1f7712c5c00e03a28a1aa46a43b7685f065cb17f7235586fa63a4c627 + +supported_archs noarch Property changes on: trunk/dports/perl/p5-extutils-command/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native