[129769] trunk/dports/perl/p5-file-mork/Portfile

devans at macports.org devans at macports.org
Fri Dec 19 20:47:32 PST 2014


Revision: 129769
          https://trac.macports.org/changeset/129769
Author:   devans at macports.org
Date:     2014-12-19 20:47:31 -0800 (Fri, 19 Dec 2014)
Log Message:
-----------
p5-file-mork: drop perl branch 5.8, add 5.16 5.18, add dependency (#46092, maintainer update amended).

Modified Paths:
--------------
    trunk/dports/perl/p5-file-mork/Portfile

Modified: trunk/dports/perl/p5-file-mork/Portfile
===================================================================
--- trunk/dports/perl/p5-file-mork/Portfile	2014-12-20 04:42:48 UTC (rev 129768)
+++ trunk/dports/perl/p5-file-mork/Portfile	2014-12-20 04:47:31 UTC (rev 129769)
@@ -3,13 +3,12 @@
 PortSystem      1.0
 PortGroup       perl5 1.0
 
-perl5.branches  5.8 5.10 5.12 5.14 5.16
+perl5.branches  5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup     File-Mork 0.3
-revision        3
+revision        4
 platforms       darwin
 license         MIT
 maintainers     yahoo.fr:jul_bsd openmaintainer
-supported_archs noarch
 
 description     Perl module to read Mozilla URL history files
 
@@ -18,3 +17,10 @@
 checksums       md5     7b95af81a50ca232299f637d0d4775bf \
                 sha1    fcf24bc66e19734ccacdcc713b44f5ba188ced1e \
                 rmd160  6ac5577617de89cdbc6e31fd935fd158c51fcec1
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                port:p${perl5.major}-html-parser
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141219/e8d569ae/attachment.html>


More information about the macports-changes mailing list