# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		IPC-Run3 0.034

maintainers		geeklair.net:dluke
description		Run a subprocess in batch mode (a la system) on Unix, Win32, etc.

long_description	${description}

checksums		md5 5dcacdecda88a721c8348847f8eda9a2
platforms		darwin

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
