4a24859090b5f2c31efb8b317e721ac500133b21
[gentoo.git] / dev-perl / TAP-Parser-SourceHandler-pgTAP / TAP-Parser-SourceHandler-pgTAP-3.350.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=DWHEELER
7 DIST_VERSION=3.35
8 inherit perl-module
9
10 DESCRIPTION="Stream TAP from pgTAP test scripts"
11
12 SLOT="0"
13 KEYWORDS="~amd64"
14 IUSE="test"
15 RESTRICT="!test? ( test )"
16
17 RDEPEND="virtual/perl-Test-Harness"
18 DEPEND="${RDEPEND}
19         >=dev-perl/Module-Build-0.300.0
20         test? (
21                 >=virtual/perl-Test-Simple-0.880.0
22         )
23 "