Revision: 76262 http://trac.macports.org/changeset/76262 Author: narf_tm@macports.org Date: 2011-02-19 10:05:05 -0800 (Sat, 19 Feb 2011) Log Message: ----------- Added missing dependancy. Modified Paths: -------------- trunk/dports/perl/p5-list-moreutils/Portfile Modified: trunk/dports/perl/p5-list-moreutils/Portfile =================================================================== --- trunk/dports/perl/p5-list-moreutils/Portfile 2011-02-19 18:03:47 UTC (rev 76261) +++ trunk/dports/perl/p5-list-moreutils/Portfile 2011-02-19 18:05:05 UTC (rev 76262) @@ -1,17 +1,19 @@ # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup List-MoreUtils 0.30 ../by-authors/id/A/AD/ADAMK/ -maintainers narf_tm openmaintainer -description Provide the stuff missing in List::Util -long_description List::MoreUtils provides some trivial but commonly \ - needed functionality on lists which is not going to go \ - into List::Util. +perl5.setup List-MoreUtils 0.30 ../by-authors/id/A/AD/ADAMK/ +maintainers narf_tm openmaintainer +description Provide the stuff missing in List::Util +long_description List::MoreUtils provides some trivial but commonly \ + needed functionality on lists which is not going to go \ + into List::Util. -platforms darwin +platforms darwin -checksums md5 038963a96158747c00e76d1250d52f85 \ - sha1 478882031952ff886c0fdf176b03856d12349ab0 \ - rmd160 1327fba16e195635195493fce7d0931581df8286 +checksums md5 038963a96158747c00e76d1250d52f85 \ + sha1 478882031952ff886c0fdf176b03856d12349ab0 \ + rmd160 1327fba16e195635195493fce7d0931581df8286 + +depends_lib-append port:p5-test-simple