diff options
author | Sam James <sam@gentoo.org> | 2023-06-19 23:58:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-20 00:01:32 +0100 |
commit | 0c1b73481e0773f57179e316c3abc3107832c728 (patch) | |
tree | 3d55e90aa49ce799c8d8ffbe9b9ceaa640ac4513 /dev-perl/Tie-Array-CSV/Tie-Array-CSV-0.80.0.ebuild | |
parent | dev-perl/Crypt-Password: new package, add 0.280.0 (diff) | |
download | gentoo-0c1b73481e0773f57179e316c3abc3107832c728.tar.gz gentoo-0c1b73481e0773f57179e316c3abc3107832c728.tar.bz2 gentoo-0c1b73481e0773f57179e316c3abc3107832c728.zip |
dev-perl/Tie-Array-CSV: new package, add 0.80.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-Array-CSV/Tie-Array-CSV-0.80.0.ebuild')
-rw-r--r-- | dev-perl/Tie-Array-CSV/Tie-Array-CSV-0.80.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Tie-Array-CSV/Tie-Array-CSV-0.80.0.ebuild b/dev-perl/Tie-Array-CSV/Tie-Array-CSV-0.80.0.ebuild new file mode 100644 index 000000000000..441c2c0deb65 --- /dev/null +++ b/dev-perl/Tie-Array-CSV/Tie-Array-CSV-0.80.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=JBERGER +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Tied array which combines the power of Tie::File and Text::CSV" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + virtual/perl-Scalar-List-Utils + dev-perl/Text-CSV +" +BDEPEND=">=dev-perl/Module-Build-0.360.100" |