mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 10:21:19 +00:00
27 lines
469 B
Bash
27 lines
469 B
Bash
# Copyright 2023-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=TOBYINK
|
|
DIST_VERSION=0.008
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Role callbacks"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ~hppa ppc ~riscv x86"
|
|
|
|
RDEPEND="
|
|
dev-perl/Class-Method-Modifiers
|
|
>=virtual/perl-Scalar-List-Utils-1.450.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
test? (
|
|
dev-perl/Class-Tiny
|
|
dev-perl/Test-Requires
|
|
dev-perl/Role-Basic
|
|
dev-perl/Role-Tiny
|
|
)
|
|
"
|