profiles/arch/arm64: Unmask py3.8+3.9
[gentoo.git] / dev-perl / CPAN-Perl-Releases / CPAN-Perl-Releases-5.202.4.280.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DIST_AUTHOR=BINGOS
7 DIST_VERSION=5.20200428
8 inherit perl-module
9
10 DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE="test"
14 RESTRICT="!test? ( test )"
15
16 BDEPEND="
17         virtual/perl-ExtUtils-MakeMaker
18         test? (
19                 virtual/perl-File-Spec
20                 virtual/perl-IO
21                 >=virtual/perl-Test-Simple-0.470.0
22         )
23 "
24 PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" )