diff options
Diffstat (limited to 'dev-perl/Test-Pod/Test-Pod-1.08.ebuild')
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.08.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Test-Pod/Test-Pod-1.08.ebuild b/dev-perl/Test-Pod/Test-Pod-1.08.ebuild new file mode 100644 index 000000000000..53d20c56aa54 --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.08.ebuild @@ -0,0 +1,17 @@ +# 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-Pod/Test-Pod-1.08.ebuild,v 1.1 2004/02/16 16:12:37 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" + +DESCRIPTION="check for POD errors in files" +HOMEPAGE="http://search.cpan.org/~petdance/${P}" +SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="Artistic | GPL-2" +SLOT="0" +KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha" |