mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
33 lines
593 B
Bash
33 lines
593 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DOY
|
|
DIST_VERSION=${PV:0:4}
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="N at a time iteration API"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~riscv ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Moose-0.900.0
|
|
dev-perl/Path-Class
|
|
dev-perl/Sub-Exporter
|
|
dev-perl/namespace-clean
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
|
|
test? (
|
|
dev-perl/Test-Requires
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|
|
|
|
PERL_RM_FILES=(
|
|
"t/release-eol.t"
|
|
"t/release-pod-coverage.t"
|
|
"t/release-pod-syntax.t"
|
|
)
|