diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-23 16:57:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-23 16:57:39 +0000 |
commit | 56e3687bbb2cbf2bf38db7ff880fdeb640904a89 (patch) | |
tree | e35d358c44e8f4d6c2b4b579bccb3d85699ae2d0 /dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild | |
parent | Added missing dev-lisp/cl-uffi dependency to cl-osicat-0.4.0.ebuild. (diff) | |
download | gentoo-2-56e3687bbb2cbf2bf38db7ff880fdeb640904a89.tar.gz gentoo-2-56e3687bbb2cbf2bf38db7ff880fdeb640904a89.tar.bz2 gentoo-2-56e3687bbb2cbf2bf38db7ff880fdeb640904a89.zip |
New dep for Test-Inline
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild')
-rw-r--r-- | dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild b/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild new file mode 100644 index 000000000000..0f07828d664d --- /dev/null +++ b/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild,v 1.1 2005/11/23 16:57:39 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Extracts embedded tests and code examples from POD" +HOMEPAGE="http://search.cpan.org/search?module=${PN}" +SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=perl-core/Test-Harness-1.22" |