gentoo/dev-perl/DBI-Shell/DBI-Shell-11.980.0-r2.ebuild
Andreas K. Hüttel 355ed89011
dev-perl/DBI-Shell: cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-07-04 21:51:26 +02:00

33 lines
534 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DLAMBLEY
DIST_VERSION=11.98
inherit perl-module
DESCRIPTION="Interactive command shell for the DBI"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="minimal"
RDEPEND="
!minimal? (
dev-perl/TermReadKey
)
dev-perl/DBI
>=dev-perl/File-HomeDir-0.500.0
dev-perl/IO-Interactive
dev-perl/IO-Tee
dev-perl/Text-CSV_XS
dev-perl/Text-Reform
"
BDEPEND="
${RDEPEND}
test? (
>=virtual/perl-Getopt-Long-2.170.0
)
"