diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 21:06:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-17 21:06:52 +0000 |
commit | 141e676d61f864e39a423faba57d10cd40a9a9ff (patch) | |
tree | 579c0ad18bb5d8d970c39bc0d493416ee6ea246c /dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-141e676d61f864e39a423faba57d10cd40a9a9ff.tar.gz gentoo-2-141e676d61f864e39a423faba57d10cd40a9a9ff.tar.bz2 gentoo-2-141e676d61f864e39a423faba57d10cd40a9a9ff.zip |
New version on cpan
Diffstat (limited to 'dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild')
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild new file mode 100644 index 000000000000..ae0e1efa3918 --- /dev/null +++ b/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild,v 1.1 2004/10/17 21:06:52 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Interact with a t/test_manifest file" +SRC_URI="mirror://cpan/authors/id/B/BD/BDFOY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~bdfoy/${P}/" + +IUSE="" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~sparc ~alpha ppc" + +SRC_TEST="do" |