summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild')
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild
new file mode 100644
index 000000000000..a175ad40a9a7
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild,v 1.1 2012/01/23 14:35:38 tove Exp $
+
+EAPI=4
+
+MODULE_A_EXT=tgz
+MODULE_AUTHOR=HMBRAND
+MODULE_VERSION=0.86
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )
+"
+
+SRC_TEST="parallel"