[135136] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Apr 16 05:15:53 PDT 2015


Revision: 135136
          https://trac.macports.org/changeset/135136
Author:   devans at macports.org
Date:     2015-04-16 05:15:53 -0700 (Thu, 16 Apr 2015)
Log Message:
-----------
p5-xml-xml2json: new port, convert XML into JSON (and back again) using XML::LibXML.

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

Added: trunk/dports/perl/p5-xml-xml2json/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-xml2json/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-xml-xml2json/Portfile	2015-04-16 12:15:53 UTC (rev 135136)
@@ -0,0 +1,28 @@
+# -*- 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-XML2JSON 0.06
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         XML::XML2JSON - Convert XML into JSON (and back again) using XML::LibXML
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  ef2535b69c2724aaee037b2177a78d74db1410aa \
+                    sha256  a4d0d081387533d3b6dff15ee4aebe32534073ef61a6a1cf00f515e1baa3fc7a
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-json-dwiw \
+                    port:p${perl5.major}-json-xs \
+                    port:p${perl5.major}-xml-libxml \
+                    port:p${perl5.major}-yaml-syck
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-xml-xml2json/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/20150416/6d86b974/attachment.html>


More information about the macports-changes mailing list