blob: 3ce502929c5b30427ecd21d6abcf7c3718ea5ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DJR
DIST_VERSION=1.03
inherit perl-module
DESCRIPTION="Class based CSV parser/writer"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/Class-Accessor
dev-perl/Text-CSV_XS
"
|