summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-09-21 23:10:17 +0100
committerSam James <sam@gentoo.org>2023-09-21 23:10:17 +0100
commitfc79b9e14d57d323e5a86e2c43cd101b304f6a4a (patch)
tree96a2841df2a7e8c61252bbea874b82003e26c5bb /dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild
parentdev-perl/App-perlbrew: add 0.980.0 (diff)
downloadgentoo-fc79b9e14d57d323e5a86e2c43cd101b304f6a4a.tar.gz
gentoo-fc79b9e14d57d323e5a86e2c43cd101b304f6a4a.tar.bz2
gentoo-fc79b9e14d57d323e5a86e2c43cd101b304f6a4a.zip
dev-perl/Text-CSV_XS: add 1.520.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild')
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild
new file mode 100644
index 000000000000..e662d527c918
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.52
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ virtual/perl-IO
+ virtual/perl-XSLoader
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=( "t/00_pod.t" "t/01_pod.t" )