[105193] trunk/dports/perl/p5-ppi-html/Portfile

jmr at macports.org jmr at macports.org
Fri Apr 12 18:55:38 PDT 2013


Revision: 105193
          https://trac.macports.org/changeset/105193
Author:   jmr at macports.org
Date:     2013-04-12 18:55:38 -0700 (Fri, 12 Apr 2013)
Log Message:
-----------
p5-ppi-html: fix deps, license

Modified Paths:
--------------
    trunk/dports/perl/p5-ppi-html/Portfile

Modified: trunk/dports/perl/p5-ppi-html/Portfile
===================================================================
--- trunk/dports/perl/p5-ppi-html/Portfile	2013-04-13 01:52:16 UTC (rev 105192)
+++ trunk/dports/perl/p5-ppi-html/Portfile	2013-04-13 01:55:38 UTC (rev 105193)
@@ -8,7 +8,7 @@
 
 platforms           darwin
 maintainers         nomaintainer
-license             {Artistic-1 GPL-1}
+license             {Artistic-1 GPL}
 
 supported_archs     noarch
 
@@ -19,6 +19,8 @@
 checksums           rmd160 d53f525c4cc75ffd92ed6a04188e6645b7897282 \
                     sha256 8426964033a87fad7ab89a88b34aeefab59afcac377a4b476b6e32b3b2d3c511
 
-depends_lib-append  port:p5-css-tiny \
-                    port:p5-params-util \
-                    port:p5-ppi
+if {${perl5.major} != ""} {
+depends_lib-append  port:p${perl5.major}-css-tiny \
+                    port:p${perl5.major}-params-util \
+                    port:p${perl5.major}-ppi
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130412/1c3c99e5/attachment.html>


More information about the macports-changes mailing list