# $Id: Portfile,v 1.2 2005/04/21 15:58:09 jberry Exp $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			XML-LibXML 1.58
maintainers			pguyot@kallisys.net
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/~msergeant/${distname}/
checksums			md5 4691fc436e5c0f22787f5b4a54fc56b0
platforms			darwin

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