summaryrefslogtreecommitdiff
blob: bba67f20238e70ce3ab27aedbb9421422178a7f4 (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=PTC
DIST_VERSION=0.52
inherit perl-module

DESCRIPTION="Dispatcher module for command line interface programs"

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="test"
RESTRICT="!test? ( test )"

PATCHES=("${FILESDIR}/${PN}-0.50-authortests.patch")
PERL_RM_FILES=(
	"t/03-pod.t"
	"t/99-kwalitee.t"
)
RDEPEND="
	dev-perl/Capture-Tiny
	virtual/perl-Carp
	dev-perl/Class-Load
	>=virtual/perl-Getopt-Long-2.350.0
	virtual/perl-Locale-Maketext-Simple
	virtual/perl-Pod-Simple
	virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		virtual/perl-Test-Simple
	)
"