# -*- 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-GraphViz 1.10
revision            1
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Tk::GraphViz - Render an interactive GraphViz graph
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  8c3d65583884a25fdd76db611866e91c4465e835 \
                    sha256  071ab98223ffde8f6cf0e33aff07d77e900c34fd934ee5c7dfce17444cb5d39a \
                    size    51353

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-tk \
                    port:p${perl5.major}-tk-matchentry \
                    path:bin/dot:graphviz
}
