# -*- 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-Perl 0.031
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Term::Size::Perl - Perl extension for retrieving terminal size (Perl version)
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  402d542c7baf396c0090acb002862af57507d49e \
                    sha256  ae9a6746cb1b305ddc8f8d8ca46878552b9c1123628971e13a275183822f209e \
                    size    13137

supported_archs     noarch

# https://trac.macports.org/ticket/63991
compiler.c_standard 1989
compiler.cxx_standard   1998
post-patch {
    reinplace "s| quiet => 0 | quiet => 0, config => { cc => '${configure.cc}' } |" inc/Probe.pm
}
