diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-22 16:41:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-22 16:41:49 +0000 |
commit | ec095c4d36ea40967b148c7f79a75232f41fa153 (patch) | |
tree | 1c6948be9856277f111dc3ea442e3ad44beaeb9c /dev-perl/Test-Base/Test-Base-0.47.ebuild | |
parent | Fixed dependencies for modular X. (diff) | |
download | gentoo-2-ec095c4d36ea40967b148c7f79a75232f41fa153.tar.gz gentoo-2-ec095c4d36ea40967b148c7f79a75232f41fa153.tar.bz2 gentoo-2-ec095c4d36ea40967b148c7f79a75232f41fa153.zip |
Version bump upstream
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/Test-Base/Test-Base-0.47.ebuild')
-rw-r--r-- | dev-perl/Test-Base/Test-Base-0.47.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Test-Base/Test-Base-0.47.ebuild b/dev-perl/Test-Base/Test-Base-0.47.ebuild new file mode 100644 index 000000000000..7661d3f44e14 --- /dev/null +++ b/dev-perl/Test-Base/Test-Base-0.47.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/Test-Base-0.47.ebuild,v 1.1 2006/01/22 16:41:49 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A Data Driven Testing Framework" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=perl-core/Test-Simple-0.62 + >=dev-perl/Spiffy-0.26 + >=dev-lang/perl-5.6.1" |