# -*- 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         Term-Shell 0.13
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A simple command-line shell framework.
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  a9d3e77c76155a8999ee32eaa0c1361e6a8053db \
                    sha256  53a0bdb2656891c508a470d93cb7e1cfeab38eea9e5829560a7d8b5f600f6bf2 \
                    size    36338

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-term-readkey \
                    port:p${perl5.major}-text-autoformat

    supported_archs noarch
    perl5.use_module_build
}
