mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
31 lines
617 B
Bash
31 lines
617 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=2.000010
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Release tests for minimum required versions"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Data-Section-0.4.0
|
|
>=dev-perl/Dist-Zilla-4.0.0
|
|
dev-perl/Moose
|
|
dev-perl/Sub-Exporter-ForMethods
|
|
dev-perl/Test-MinimumVersion
|
|
dev-perl/namespace-autoclean
|
|
"
|
|
DEPEND="
|
|
dev-perl/Module-Build-Tiny
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-Tiny-0.34.0
|
|
test? (
|
|
dev-perl/Test-Output
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|