blob: 2e5c035df9b0046f99ba4b53e156931b009b320d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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.01.ebuild,v 1.1 2005/04/09 01:02:42 trapni Exp $
inherit perl-module
DESCRIPTION="Run a subprocess in batch mode (a la system)"
SRC_URI="mirror://cpan/authors/id/R/RB/RBS/IPC-Run3-0.01.tar.gz"
HOMEPAGE="http://search.cpan.org/~autrijus/VCP-autrijus-snapshot-0.9-20050110/"
IUSE=""
SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~amd64"
SRC_TEST="do"
|