summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-11-23 16:57:39 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-11-23 16:57:39 +0000
commit56e3687bbb2cbf2bf38db7ff880fdeb640904a89 (patch)
treee35d358c44e8f4d6c2b4b579bccb3d85699ae2d0 /dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild
parentAdded missing dev-lisp/cl-uffi dependency to cl-osicat-0.4.0.ebuild. (diff)
downloadgentoo-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.ebuild18
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"