# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="HMBRAND"
DIST_A_EXT="tgz"
DIST_VERSION=0.62
inherit perl-module

DESCRIPTION="DBI driver for CSV files"

#LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-perl/DBI
	dev-perl/Text-CSV_XS
	dev-perl/SQL-Statement
"
DEPEND="${RDEPEND}"