# -*- 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: Portfile 80768 2011-07-17 04:40:18Z l2g@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         XML-LibXML 1.81
categories-append   textproc
platforms           darwin
maintainers         l2g
license             Artistic GPL

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.

checksums           sha1    fc60e5fd678f712116522f7a80facd8a66474c0c \
                    rmd160  ab9b903f08cb685d82911f1244fcde810f77f55b

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