# -*- 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-View 0.20 ../../authors/id/R/RS/RSAVAGE
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A set of classes for viewing Tree::Simple hierarchies
long_description    ${description}

platforms           {darwin any}

extract.suffix      .tgz

checksums           rmd160  6a63214b291cd79df4c5bdba87cbd53adfc837f0 \
                    sha256  f8ea983cd83536e4080e47521c040ca3c2d9a5cc8785b1c4037eacc2c1bafcdc \
                    size    34435

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

    depends_lib-append \
                    port:p${perl5.major}-class-throwable \
                    port:p${perl5.major}-tree-simple

    supported_archs noarch
}
