# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           libxml-perl 0.08 XML
maintainers           narf_tm openmaintainer
description           Collection of Perl modules for working with XML.
long_description      libxml-perl is a collection of smaller Perl modules, \
                      scripts, and documents for working with XML in Perl. \
                      libxml-perl software works in combination with \
                      XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.

platforms             darwin

checksums             md5 0ed5fbdda53d1301ddaed88db10503bb

depends_lib-append    port:p5-xml-parser

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
