# -*- 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-Size-Any 0.002
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Term::Size::Any - Retrieve terminal size
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  34c6ab2a0901a1aabb7dbcde57094856ef1fc9ed \
                    sha256  64fa5fdb1ae3a823134aaa95aec75354bc17bdd9ca12ba0a7ae34a7e51b3ded2

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-devel-hide \
                    port:p${perl5.major}-module-load-conditional \
                    port:p${perl5.major}-term-size-perl

    supported_archs noarch
}
