diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-10-03 11:34:03 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-10-03 11:34:03 +0000 |
commit | 8abdf5fe579a49d1fd5125239fe2c141cedc8489 (patch) | |
tree | 16516f613079213f4ff1714ac79a6eac9acbb86d /dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild | |
parent | Fills dep for rss feed (diff) | |
download | gentoo-2-8abdf5fe579a49d1fd5125239fe2c141cedc8489.tar.gz gentoo-2-8abdf5fe579a49d1fd5125239fe2c141cedc8489.tar.bz2 gentoo-2-8abdf5fe579a49d1fd5125239fe2c141cedc8489.zip |
Fills dep for rss feed
Diffstat (limited to 'dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild')
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild b/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild new file mode 100644 index 000000000000..b85dcfc93407 --- /dev/null +++ b/dev-perl/Test-Manifest/Test-Manifest-0.92.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 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.92.ebuild,v 1.1 2003/10/03 11:34:01 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" |