[131122] trunk/dports/perl/p5-fey/Portfile

devans at macports.org devans at macports.org
Tue Jan 6 03:15:25 PST 2015


Revision: 131122
          https://trac.macports.org/changeset/131122
Author:   devans at macports.org
Date:     2015-01-06 03:15:25 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-fey: add perl branches 5.18 5.20, enable test dependencies, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-fey/Portfile

Modified: trunk/dports/perl/p5-fey/Portfile
===================================================================
--- trunk/dports/perl/p5-fey/Portfile	2015-01-06 11:13:20 UTC (rev 131121)
+++ trunk/dports/perl/p5-fey/Portfile	2015-01-06 11:15:25 UTC (rev 131122)
@@ -4,13 +4,12 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
+perl5.branches      5.16 5.18 5.20
 perl5.setup         Fey 0.40 ../by-authors/id/D/DR/DROLSKY
-revision            2
+revision            3
 platforms           darwin
 maintainers         nomaintainer
 license             Artistic-2
-supported_archs     noarch
 
 description         Fey - Better SQL Generation Through Perl
 
@@ -20,7 +19,12 @@
                     rmd160 d72ceb2db69405e94e9179e603853fe01935a06c
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-exception-class \
+    depends_build-append \
+                    port:p${perl5.major}-fey-test \
+                    port:p${perl5.major}-test-memory-cycle
+    
+    depends_lib-append \
+                    port:p${perl5.major}-exception-class \
                     port:p${perl5.major}-list-allutils \
                     port:p${perl5.major}-moose \
                     port:p${perl5.major}-moosex-params-validate \
@@ -32,8 +36,5 @@
                     port:p${perl5.major}-task-weaken \
                     port:p${perl5.major}-tie-ixhash
 
-# Only needed for testing
-#
-#depends_build-append    port:p${perl5.major}-fey-test \
-#                        port:p${perl5.major}-test-memory-cycle
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/09572446/attachment.html>


More information about the macports-changes mailing list