[135055] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Apr 14 02:57:07 PDT 2015


Revision: 135055
          https://trac.macports.org/changeset/135055
Author:   devans at macports.org
Date:     2015-04-14 02:57:07 -0700 (Tue, 14 Apr 2015)
Log Message:
-----------
p5-xml-semanticdiff: new port, a perl extension for comparing XML documents.

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

Added: trunk/dports/perl/p5-xml-semanticdiff/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-semanticdiff/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-xml-semanticdiff/Portfile	2015-04-14 09:57:07 UTC (rev 135055)
@@ -0,0 +1,25 @@
+# -*- 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         XML-SemanticDiff 1.0004
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         XML::SemanticDiff - Perl extension for comparing XML documents.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  8d9d95f5a957e27ee3abdf626689fd9daf83c034 \
+                    sha256  984bf5427faa8026f6c2a0988465d54f716e236c72491b8b619d2baeb6eef788
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-xml-parser
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-xml-semanticdiff/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/7359ea59/attachment.html>


More information about the macports-changes mailing list