# -*- 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         IPC-Run 20260322.0 ../../authors/id/T/TO/TODDR
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         IPC::Run - system() and background procs w/ piping, redirs, ptys
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  65dd348efa9afdcaae2affd1548305d6981ed932 \
                    sha256  532f580ab598621eb385311c7cef540e72a52ab2f061c2177735823be832aeff \
                    size    158685

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-tty \
                    port:p${perl5.major}-readonly
}
