# -*- 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         Tree-Simple 1.34
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A simple tree object
long_description    ${description}

extract.suffix      .tgz

checksums           rmd160  1dd03e8980a42ed7feb67cd14be8a2149a084164 \
                    sha256  b7e9799bd222bb94cff993f7d765980cbea1b6cd2aaa5ecbead635abdf47d29c \
                    size    46813

platforms           {darwin any}

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

    supported_archs noarch
}
