summaryrefslogtreecommitdiff
blob: a8c3065473e5f8f5896401328512901902436668 (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
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=RJBS
DIST_VERSION=1.08
inherit perl-module

DESCRIPTION="Generic cache interface and implementations"

SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86"

RDEPEND="
	>=dev-perl/Digest-SHA1-2.20.0
	>=dev-perl/Error-0.150.0
	>=virtual/perl-File-Spec-0.820.0
	>=dev-perl/IPC-ShareLite-0.90.0
	>=virtual/perl-Storable-1.14.0
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"

# https://rt.cpan.org/Ticket/Display.html?id=92600
# Parallel testing causes failure
DIST_TEST="do"