# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         XML-LibXML-Simple 1.01
platforms           {darwin any}
maintainers         nomaintainer
supported_archs     noarch
license             {Artistic-1 GPL}

description         XML::LibXML clone of XML::Simple

long_description    This module is a blunt rewrite of XML::Simple to use the \
                    XML::LibXML parser for XML structures, where the original \
                    uses plain Perl or SAX parsers.

checksums           rmd160  cde285c96a609c933a04c68666c99277c44c45b2 \
                    sha256  cd98c8104b70d7672bfa26b4513b78adf2b4b9220e586aa8beb1a508500365a6 \
                    size    24793

if {${perl5.major} != ""} {
    depends_lib-append  \
                    port:p${perl5.major}-xml-libxml
}
