# -*- 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         Tk-DynaTabFrame 0.23

platforms           {darwin any}
maintainers         {@chrstphrchvz gmx.us:chrischavez} openmaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         Tk::DynaTabFrame - A NoteBook widget with orientable, \
                    dynamically stacking tabs

long_description    {*}${description}

checksums           rmd160  0e4b2aead9f03efc05e392874dbde5388f3ca313 \
                    sha256  44195e9900b8c503bfe1aadf20bbd58c2b79cee9487512bc2414ee73f93675f4 \
                    size    29401

if {${perl5.major} ne ""} {
    depends_lib-append \
                    port:p${perl5.major}-tk
}
