diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 23:45:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 23:45:39 +0000 |
commit | bf32adf06c96788b00071c0940c671fe0fcdc0c0 (patch) | |
tree | fcd6f3dc9e461dc0274976c6a949d7b3c3c83c7c /dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild | |
parent | x86 keyword (Manifest recommit) (diff) | |
download | gentoo-2-bf32adf06c96788b00071c0940c671fe0fcdc0c0.tar.gz gentoo-2-bf32adf06c96788b00071c0940c671fe0fcdc0c0.tar.bz2 gentoo-2-bf32adf06c96788b00071c0940c671fe0fcdc0c0.zip |
new version on cpan
Diffstat (limited to 'dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild')
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild b/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild new file mode 100644 index 000000000000..9b084025b649 --- /dev/null +++ b/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-0.93.ebuild,v 1.1 2004/06/06 23:43:05 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Interact with a t/test_manifest file" +SRC_URI="http://www.cpan.org/modules/by-module/Test/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/dist/Test-Manifest/" + +IUSE="" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~sparc ~alpha" + +SRC_TEST="do" |