# -*- 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-IDElayout 0.37_02 ../../authors/id/C/CA/CAC
version             0.370.200

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

description         Tk::IDElayout - Perl/Tk widget for layout of frames \
                    similar to an IDE

long_description    \
    Tk::IDElayout is a widget for managing the layout of Tk frames \
    (and other widgets) like an IDE (Integrated Development Environment) \
    similar to Eclipse or Microsoft Visual Studio.

checksums           rmd160  7769812fc08eff8ea1bd276f4190e0425b8c2f67 \
                    sha256  48e79ff9cb1ea1acd9f6f75a2e65f715215e85e27d514b4da3be803170f2514a \
                    size    176851

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

    configure.args-append \
                    X11=${prefix}
}

livecheck.type      regex
livecheck.url       https://cpan.metacpan.org/authors/id/C/CA/CAC/
livecheck.regex     "${perl5.module}-(\\d+(?:\[\\._\]\\d+)+)"
