# -*- 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 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         XML-LibXML 1.84
revision            1
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    76d1117967cce92df8a53e82ddca859aca80fe2f \
                    rmd160  602edb11af3f3196568d49410b79312c2d390e23

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-xml-sax \
                    port:p${perl5.major}-xml-namespacesupport \
                    port:libiconv \
                    port:libxml2
}
