diff options
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild')
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild new file mode 100644 index 000000000000..a1b504d0b5e7 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.62.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.62.ebuild,v 1.1 2009/03/14 10:15:02 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=HMBRAND +MODULE_A=${P}.tgz +inherit perl-module + +DESCRIPTION="comma-separated values manipulation routines" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |