blob: 684d879a700ff4e337c937188eaaa43f4188dfc7 (
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
37
|
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ANDK
DIST_VERSION=2.29
inherit perl-module
DESCRIPTION="Query, download and build perl modules from CPAN sites"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
# parallel testing fails, run tests sequentially #827014
DIST_TEST=do
CRAZYDEPS="
dev-perl/Archive-Zip
dev-perl/CPAN-Checksums
>=virtual/perl-CPAN-Meta-Requirements-2.121.0
dev-perl/CPAN-Perl-Releases
dev-perl/Compress-Bzip2
dev-perl/Expect
dev-perl/File-HomeDir
dev-perl/File-Which
dev-perl/libwww-perl
dev-perl/Log-Log4perl
dev-perl/Module-Build
dev-perl/Module-Signature
dev-perl/TermReadKey
>=virtual/perl-Test-Harness-2.620.0
dev-perl/Text-Glob
dev-perl/YAML
dev-perl/YAML-Syck
"
# ^ this is what should be in RDEPEND for *full* functionality...
|