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 | d6ee920f1d7ada9d8a584501563ac2ad72306dc4 (patch) | |
tree | 6ee17eed11e39827ceb1a53da029ea4eb78f9066 /dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-d6ee920f1d7ada9d8a584501563ac2ad72306dc4.tar.gz historical-d6ee920f1d7ada9d8a584501563ac2ad72306dc4.tar.bz2 historical-d6ee920f1d7ada9d8a584501563ac2ad72306dc4.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" |