# -*- 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-XPath 1.49 ../../authors/id/M/MA/MANWAR
revision            0
maintainers         nomaintainer
categories-append   textproc
license             Artistic-2
description         XML::XPath - Parse and evaluate XPath statements
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  c35d0edb0533f58532b068d2827dbd75fd0f1126 \
                    sha256  9c84a51be4cdb47bf88766ecab051fe092016472969e39f4acdba009885faabe \
                    size    57469

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-path-tiny

    depends_lib-append \
                    port:p${perl5.major}-scalar-list-utils \
                    port:p${perl5.major}-xml-parser
}
