# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.033.ebuild,v 1.1 2005/11/23 16:26:49 mcummings Exp $ inherit perl-module DESCRIPTION="Run a subprocess in batch mode (a la system)" SRC_URI="mirror://cpan/authors/id/R/RS/RSCHUPP/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/search?module=${PN}" IUSE="" SLOT="0" LICENSE="as-is" KEYWORDS="~amd64 ~x86" SRC_TEST="do" DEPEND=">=dev-perl/Test-Pod-1.00 >=dev-perl/Test-Pod-Coverage-1.04"