[124826] trunk/dports/perl/p5-apache-test/Portfile

devans at macports.org devans at macports.org
Thu Aug 28 07:58:27 PDT 2014


Revision: 124826
          https://trac.macports.org/changeset/124826
Author:   devans at macports.org
Date:     2014-08-28 07:58:27 -0700 (Thu, 28 Aug 2014)
Log Message:
-----------
p5-apache-test: add perl branches 5.18, 5.20, dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-apache-test/Portfile

Modified: trunk/dports/perl/p5-apache-test/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-test/Portfile	2014-08-28 13:57:21 UTC (rev 124825)
+++ trunk/dports/perl/p5-apache-test/Portfile	2014-08-28 14:58:27 UTC (rev 124826)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         Apache-Test 1.38
 platforms           darwin
 license             Apache-2
@@ -17,3 +17,12 @@
 
 checksums           rmd160  1fedfa73b80e3219b5aaf33bdc51642a612c3212 \
                     sha256  321717f58636ed0aa85cba6d69fc01e2ccbc90ba71ec2dcc2134d8401af65145
+
+if {${perl5.major} != ""} {
+
+# depend on p5-cgi, removed from perl core in 5.21+ (#44586).
+
+    depends_build-append \
+                    port:p${perl5.major}-cgi \
+                    port:p${perl5.major}-libwww-perl
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140828/46e199e6/attachment.html>


More information about the macports-changes mailing list