mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
36 lines
755 B
Bash
36 lines
755 B
Bash
# Copyright 2020-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=0.012
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Identify a distribution as eligible for static installation"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Dist-Zilla-4.300.39
|
|
dev-perl/Moose
|
|
dev-perl/MooseX-Types
|
|
dev-perl/Path-Tiny
|
|
>=virtual/perl-Scalar-List-Utils-1.330.0
|
|
>=virtual/perl-Term-ANSIColor-3.0.0
|
|
dev-perl/autovivification
|
|
dev-perl/namespace-autoclean
|
|
"
|
|
DEPEND="
|
|
dev-perl/Module-Build-Tiny
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=dev-perl/Module-Build-Tiny-0.34.0
|
|
test? (
|
|
dev-perl/Module-Runtime
|
|
dev-perl/Test-Deep
|
|
dev-perl/Test-Fatal
|
|
dev-perl/Test-Needs
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|