[129846] trunk/dports/perl/p5-list-moreutils/Portfile

devans at macports.org devans at macports.org
Sun Dec 21 07:10:56 PST 2014


Revision: 129846
          https://trac.macports.org/changeset/129846
Author:   devans at macports.org
Date:     2014-12-21 07:10:56 -0800 (Sun, 21 Dec 2014)
Log Message:
-----------
p5-list-moreutils: p5.12 and earlier require a newer version of p5-extutils-makemaker than in core.

Modified Paths:
--------------
    trunk/dports/perl/p5-list-moreutils/Portfile

Modified: trunk/dports/perl/p5-list-moreutils/Portfile
===================================================================
--- trunk/dports/perl/p5-list-moreutils/Portfile	2014-12-21 14:37:52 UTC (rev 129845)
+++ trunk/dports/perl/p5-list-moreutils/Portfile	2014-12-21 15:10:56 UTC (rev 129846)
@@ -6,7 +6,7 @@
 
 perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         List-MoreUtils 0.401
-revision            1
+revision            2
 maintainers         nomaintainer
 license             {Artistic-1 GPL}
 description         Provide the stuff missing in List::Util
@@ -20,6 +20,9 @@
                     sha256  a804efbad2087224a9c976df78000ce82106b94b59106b0237227c4a465e2284
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-extutils-makemaker
+
     depends_lib-append \
                     port:p${perl5.major}-exporter-tiny
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141221/e609dfcb/attachment.html>


More information about the macports-changes mailing list