d01781fa9ba25200112c3fa59a905bd7fb12ec5c
[gentoo.git] /
1 # Copyright 2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DIST_AUTHOR=MIYAGAWA
7 DIST_VERSION=0.08
8 inherit perl-module
9
10 DESCRIPTION="Parse cpanfile for prereqs"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE="test"
14
15 RDEPEND="
16         >=dev-perl/Dist-Zilla-4.300.17
17         >=dev-perl/Module-CPANfile-0.903.0
18         >=dev-perl/Try-Tiny-0.100.0
19 "
20 DEPEND="
21         dev-perl/Module-Build-Tiny
22 "
23 BDEPEND="${RDEPEND}
24         >=dev-perl/Module-Build-Tiny-0.39.0
25         test? (
26                 >=virtual/perl-Test-Simple-0.880.0
27         )
28 "
29 PERL_RM_FILES=(
30         "t/release-pod-syntax.t"
31 )