# -*- 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 20260402.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  493625367f4b3edcc184c3a1d04e1a68f07832a9 \
                    sha256  d6a326a8b1ffb19495dea4ff5a09ef138bf3562ab1b069d3fb7efbc77b9f6aca \
                    size    161908

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