# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			XML-LibXML 1.66
maintainers			kallisys.net:pguyot
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 18e765429a4b22c8fb68b5273ead1e3c \
					sha1 ac6b4b5acddeda5938ef7535aecfa6dfb7074308 \
					rmd160 32495bedb222b94178af8099666edc161e19b363
platforms			darwin

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