# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           IPC-Run 0.91
revision        1
maintainers           nomaintainer
license               {Artistic GPL}
description           system() and background procs w/ piping, redirs, ptys
long_description      ${description}

platforms             darwin

checksums             rmd160  e55989e4c9e08861ed30d5398d2a1c531cce1484 \
                      sha256  5ca1e1688181582116159ab67ca3559d577ba04b92bc99378b48bbacf83c8480

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

supported_archs noarch
}
