# $Id: Portfile 59968 2009-10-28 06:50:45Z pguyot@kallisys.net $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			XML-LibXML 1.69
maintainers			nomaintainer
categories-append	textproc
description			Perl interface to libxml2.
long_description	This module implements a Perl interface to \
					the Gnome libxml2 library. The libxml2 library \
					provides interfaces for parsing and manipulating \
					XML Files. This Module allows Perl programmers to \
					make use of the highly capable validating XML \
					parser and the high performance DOM implementation.
homepage			http://search.cpan.org/~pajas/${distname}/
checksums           md5     8295f4ae7b09729985dd1133e3ad0d0a \
                    sha1    a8590ada6463e3b1de5699f7b8a14b564437a213 \
                    rmd160  1ba9e5d63431ae11031fca18e28da5f04fe25f23
platforms			darwin

depends_lib-append	port:p5-xml-libxml-common \
					port:p5-xml-sax \
					port:p5-xml-namespacesupport \
					port:libiconv \
					port:libxml2
