gentoo-ebuilds/dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild
Arthur Zamarin 64ce4714c0
dev-perl/Config-MVP: Stabilize 2.200.13 ppc, #965755
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-08 10:41:11 +02:00

46 lines
1.1 KiB
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RJBS
DIST_VERSION=2.200013
inherit perl-module
DESCRIPTION="Multivalue-property package-oriented configuration"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc x86"
IUSE="minimal"
# r: Module::Pluggable::Object -> Module-Pluggable
# r: Moose::Role -> Moose
# r: Moose::Util::TypeConstraints -> Moose
# r: Role::Identifiable::HasIdent -> Role-Identifiable
# r: StackTrace::Auto -> Throwable
# r: Test::More -> Test-Simple (Yes, Runtime)
# r: overload, string, warnings -> perl
RDEPEND="
>=dev-perl/Class-Load-0.170.0
virtual/perl-File-Spec
dev-perl/Module-Pluggable
>=dev-perl/Moose-0.910.0
dev-perl/MooseX-OneArgNew
dev-perl/Params-Util
dev-perl/Role-HasMessage
dev-perl/Role-Identifiable
dev-perl/Throwable
dev-perl/Tie-IxHash
dev-perl/Try-Tiny
"
# t: lib -> perl
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.780.0
test? (
!minimal? (
>=virtual/perl-CPAN-Meta-2.120.900
)
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"