[143580] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Dec 14 22:17:32 PST 2015


Revision: 143580
          https://trac.macports.org/changeset/143580
Author:   devans at macports.org
Date:     2015-12-14 22:17:31 -0800 (Mon, 14 Dec 2015)
Log Message:
-----------
p5-xml-rss-libxml: new port,  XML::RSS with XML::LibXML.

Added Paths:
-----------
    trunk/dports/perl/p5-xml-rss-libxml/
    trunk/dports/perl/p5-xml-rss-libxml/Portfile

Added: trunk/dports/perl/p5-xml-rss-libxml/Portfile
===================================================================
--- trunk/dports/perl/p5-xml-rss-libxml/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-xml-rss-libxml/Portfile	2015-12-15 06:17:31 UTC (rev 143580)
@@ -0,0 +1,35 @@
+# -*- 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 5.22
+perl5.setup         XML-RSS-LibXML 0.3105
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         XML::RSS::LibXML - XML::RSS with XML::LibXML
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  63aebe57792e0b9891e539242d25bfd750e5a980 \
+                    sha256  f917963d1a9aacdf63aebd4de1e16f38f4352cd8e956aab7465ea77be8d6b67b
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-cpan-meta \
+                    port:p${perl5.major}-test-differences \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-warn
+
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-datetime-format-mail \
+                    port:p${perl5.major}-datetime-format-w3cdtf \
+                    port:p${perl5.major}-universal-require \
+                    port:p${perl5.major}-xml-libxml
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-xml-rss-libxml/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/20151214/35315626/attachment-0001.html>


More information about the macports-changes mailing list