# -*- 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         App-Cmd 0.339 ../../authors/id/R/RJ/RJBS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         App::Cmd - write command line apps with less suffering
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  463e9596c05bcd498ae7576a5629109ec2001b0c \
                    sha256  4508c7e533a1fd8a222261461834c1f87b6331c6b2f9932756a22bd2c3ecda51 \
                    size    55315

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

    depends_lib-append \
                    port:p${perl5.major}-capture-tiny \
                    port:p${perl5.major}-class-load \
                    port:p${perl5.major}-getopt-long \
                    port:p${perl5.major}-getopt-long-descriptive \
                    port:p${perl5.major}-io-tiecombine \
                    port:p${perl5.major}-module-pluggable \
                    port:p${perl5.major}-sub-exporter \
                    port:p${perl5.major}-sub-install \
                    port:p${perl5.major}-string-rewriteprefix
}
