summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
blob: 251c0fe003c9020803c3c62b9b8bed21e18a8748 (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 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=KAORU
DIST_VERSION=2.16
inherit perl-module

DESCRIPTION="Build custom test packages with only the features you want"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"

RDEPEND="
	virtual/perl-Exporter
	dev-perl/Hook-LexWrap
	dev-perl/Import-Into
	dev-perl/Module-Runtime
	virtual/perl-Scalar-List-Utils
	dev-perl/Sub-Delete
	virtual/perl-Test-Simple
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		dev-perl/Test-Exception
		dev-perl/Test-NoWarnings
		dev-perl/Test-Output
		>=virtual/perl-Test-Simple-0.920.0
		dev-perl/Test-Warn
	)
"
PERL_RM_FILES=(
	"t/author-pod-syntax.t"
	"t/release-cpan-changes.t"
)