Revision
81616
Author
dports@macports.org
Date
2011-08-02 18:05:44 -0700 (Tue, 02 Aug 2011)

Log Message

p5-xml-libxml-simple: new port via cpan2port, v0.91

Added Paths

Diff

Added: trunk/dports/perl/p5-xml-libxml-simple/Portfile (0 => 81616)


--- trunk/dports/perl/p5-xml-libxml-simple/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-xml-libxml-simple/Portfile	2011-08-03 01:05:44 UTC (rev 81616)
@@ -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.setup         XML-LibXML-Simple 0.91
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
+license             {Artistic GPL}
+
+description         XML::LibXML clone of XML::Simple
+
+long_description \
+   This module is a blunt rewrite of XML::Simple to use the             \
+   XML::LibXML parser for XML structures, where the original uses plain \
+   Perl or SAX parsers.
+
+checksums           sha256 5a4ee2fd65b553f8693874521d1bdefd2bb694d57f8f2ef9137615885c481eb8 \
+                    rmd160 324482de6d1d6e529290d1ad059b0c36cade02e0
+
+depends_lib-append  port:p5-xml-libxml \
+                    port:p5-file-slurp \
+                    port:p5-test-pod
Property changes on: trunk/dports/perl/p5-xml-libxml-simple/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style