[133307] trunk/dports/perl/p5-file-sharedir-projectdistdir/Portfile
Revision: 133307 https://trac.macports.org/changeset/133307 Author: devans@macports.org Date: 2015-02-24 20:47:50 -0800 (Tue, 24 Feb 2015) Log Message: ----------- p5-file-sharedir-projectdistdir: add missing dependencies, remove redundant test.run statement set by perl5 portgroup, increment revision. Modified Paths: -------------- trunk/dports/perl/p5-file-sharedir-projectdistdir/Portfile Modified: trunk/dports/perl/p5-file-sharedir-projectdistdir/Portfile =================================================================== --- trunk/dports/perl/p5-file-sharedir-projectdistdir/Portfile 2015-02-25 03:04:24 UTC (rev 133306) +++ trunk/dports/perl/p5-file-sharedir-projectdistdir/Portfile 2015-02-25 04:47:50 UTC (rev 133307) @@ -6,6 +6,7 @@ perl5.branches 5.16 5.18 5.20 perl5.setup File-ShareDir-ProjectDistDir 1.000004 +revision 1 license {Artistic-1 GPL} maintainers khindenburg openmaintainer description Simple set-and-forget using of a '/share' directory in your projects root @@ -19,5 +20,10 @@ supported_archs noarch if {${perl5.major} != ""} { - test.run yes + depends_lib-append \ + port:p${perl5.major}-file-sharedir \ + port:p${perl5.major}-path-finddev \ + port:p${perl5.major}-path-isdev \ + port:p${perl5.major}-path-tiny \ + port:p${perl5.major}-sub-exporter }
participants (1)
-
devans@macports.org