# -*- 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.26
perl5.setup         libxml-perl 0.08 XML
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Collection of Perl modules for working with XML.
long_description    libxml-perl is a collection of smaller Perl modules, \
                    scripts, and documents for working with XML in Perl. \
                    libxml-perl software works in combination with \
                    XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.

homepage            https://metacpan.org/release/${perl5.module}

platforms           darwin

checksums           md5 0ed5fbdda53d1301ddaed88db10503bb

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

    supported_archs noarch
}