gentoo/dev-perl/Types-Self/Types-Self-0.2.0.ebuild
Sam James 7e3030beab
dev-perl/Types-Self: Keyword 0.2.0 x86, #958656
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-22 12:21:38 +01:00

25 lines
399 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOBYINK
DIST_VERSION=0.002
inherit perl-module
DESCRIPTION="Provides a 'Self' type constraint, referring to the caller class or role"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/Type-Tiny
dev-perl/Role-Hooks
"
BDEPEND="
${RDEPEND}
test? (
dev-perl/Role-Tiny
)
"