[150259] trunk/dports/perl/p5-xml-parser-easytree/Portfile

devans at macports.org devans at macports.org
Wed Jul 13 13:08:02 PDT 2016


Revision: 150259
          https://trac.macports.org/changeset/150259
Author:   devans at macports.org
Date:     2016-07-13 13:08:02 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
p5-xml-parser-easytree: update dependencies, use default homepage, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-xml-parser-easytree/Portfile

Modified: trunk/dports/perl/p5-xml-parser-easytree/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-parser-easytree/Portfile	2016-07-13 19:57:49 UTC (rev 150258)
+++ trunk/dports/perl/p5-xml-parser-easytree/Portfile	2016-07-13 20:08:02 UTC (rev 150259)
@@ -6,7 +6,7 @@
 
 perl5.branches      5.22 5.24
 perl5.setup         XML-Parser-EasyTree 0.01
-revision            3
+revision            4
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Easier tree style for xml-parser
@@ -15,11 +15,16 @@
                     style causes the parser to build a lightweight tree structure representing \
                     the XML document.
 
-homepage            http://search.cpan.org/~ebohlman/${distname}/
 platforms           darwin
 
 checksums           md5 f5221737a572a97b3187dade3a1f4191\
                     sha1 c431d0d0e732812b287fcb2332abb428c5f97193\
                     rmd160 5e4da0aabd14244d900d6a17d059f8315c407dfd
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-data-dumper \
+                    port:p${perl5.major}-xml-parser
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/9323c12b/attachment.html>


More information about the macports-changes mailing list