diff options
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" |