summaryrefslogtreecommitdiff
path: root/dev-perl/DBI-Shell/DBI-Shell-11.960.0.ebuild
blob: 780b3b80be6030140426d274ad2a6d4e6b42680c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=DLAMBLEY
DIST_VERSION=11.96
inherit perl-module

DESCRIPTION="Interactive command shell for the DBI"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	virtual/perl-Carp
	dev-perl/DBI
	virtual/perl-Data-Dumper
	virtual/perl-Exporter
	>=dev-perl/File-HomeDir-0.500.0
	virtual/perl-File-Spec
	dev-perl/IO-Interactive
	dev-perl/IO-Tee
	virtual/perl-Term-ReadLine
	dev-perl/Text-CSV_XS
	dev-perl/Text-Reform
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		>=virtual/perl-Getopt-Long-2.170.0
		virtual/perl-Test-Simple
	)
"

PATCHES=(
	"${FILESDIR}/${PN}-11.96-sprintf-warn.patch"
)