diff options
Diffstat (limited to 'dev-perl/Test-Simple/Test-Simple-0.42.ebuild')
-rw-r--r-- | dev-perl/Test-Simple/Test-Simple-0.42.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild index 78b23c0a85a9..aa4a4a02bb88 100644 --- a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild +++ b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.2 2002/07/25 04:13:27 seemant Exp $ - -# Inherit from perl-module.eclass +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.3 2002/07/25 04:56:39 seemant Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Basic utilities for writing tests" SRC_URI="http://www.cpan.org/authors/id/MSCHWERN/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" + mydoc="rfc*.txt" newdepend ">=dev-perl/Test-Harness-1.23" |