diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-24 17:45:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-24 17:45:40 +0000 |
commit | 7d7650e1532c4145c11f477d5946c3abce8e113e (patch) | |
tree | 4939bfa93d3de1689726e48959ad3f8b41dac785 /perl-core/Test/Test-1.25.ebuild | |
parent | version bump (diff) | |
download | historical-7d7650e1532c4145c11f477d5946c3abce8e113e.tar.gz historical-7d7650e1532c4145c11f477d5946c3abce8e113e.tar.bz2 historical-7d7650e1532c4145c11f477d5946c3abce8e113e.zip |
dev-perl => perl-core migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'perl-core/Test/Test-1.25.ebuild')
-rw-r--r-- | perl-core/Test/Test-1.25.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-core/Test/Test-1.25.ebuild b/perl-core/Test/Test-1.25.ebuild new file mode 100644 index 000000000000..95f8bb8dd59d --- /dev/null +++ b/perl-core/Test/Test-1.25.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.1 2005/05/24 17:45:40 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Utilities for writing test scripts" +HOMEPAGE="http://www.cpan.org/modules/by-authors/Test/${P}.readme" +SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86" +IUSE="" + +DEPEND="dev-perl/Test-Harness" + +SRC_TEST="do" |