[135056] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Apr 14 02:58:17 PDT 2015


Revision: 135056
          https://trac.macports.org/changeset/135056
Author:   devans at macports.org
Date:     2015-04-14 02:58:16 -0700 (Tue, 14 Apr 2015)
Log Message:
-----------
p5-test-xml: new port, compare XML in perl tests.

Added Paths:
-----------
    trunk/dports/perl/p5-test-xml/
    trunk/dports/perl/p5-test-xml/Portfile

Added: trunk/dports/perl/p5-test-xml/Portfile
===================================================================
--- trunk/dports/perl/p5-test-xml/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-xml/Portfile	2015-04-14 09:58:16 UTC (rev 135056)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Test-XML 0.08
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::XML - Compare XML in perl tests
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  c3015904b0cc687cbf5ff1928d6390cee799124a \
+                    sha256  eb54cc23cdec860d3ad8ac8a697cbf038d0dec95229912d975c301890ca83ee2
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-xml-parser \
+                    port:p${perl5.major}-xml-sax \
+                    port:p${perl5.major}-xml-sax-expat \
+                    port:p${perl5.major}-xml-sax-writer \
+                    port:p${perl5.major}-xml-semanticdiff \
+                    port:p${perl5.major}-xml-twig \
+                    port:p${perl5.major}-xml-xpath
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-test-xml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150414/50ffee87/attachment.html>


More information about the macports-changes mailing list