summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild')
-rw-r--r--perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild
new file mode 100644
index 000000000000..e5485d00aa4a
--- /dev/null
+++ b/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild,v 1.1 2013/03/13 07:44:39 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=3.26
+inherit perl-module
+
+DESCRIPTION="Framework for parsing Pod"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/perl-Pod-Escapes-1.04"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="parallel"