# -*- 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-Parser-EasyTree 0.01
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Easier tree style for xml-parser
long_description    XML-Parser-EasyTree adds a new "built-in" style called "EasyTree" \
                    to XML::Parser. Like XML::Parser's "Tree" style, setting this \
                    style causes the parser to build a lightweight tree structure representing \
                    the XML document.

platforms           {darwin any}

checksums           md5 f5221737a572a97b3187dade3a1f4191\
                    sha1 c431d0d0e732812b287fcb2332abb428c5f97193\
                    rmd160 5e4da0aabd14244d900d6a17d059f8315c407dfd

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

    supported_archs noarch
}
