gentoo-ebuilds/dev-perl/MooX-SetOnce/MooX-SetOnce-0.1.3.ebuild
Sam James 567f89b577
dev-perl/MooX-SetOnce: Keyword 0.1.3 x86, #958656
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-22 12:21:34 +01:00

25 lines
410 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=HAARG
DIST_VERSION=0.001003
inherit perl-module
DESCRIPTION="Write-once attributes for Moo"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Moo-1.2.0
>=dev-perl/Class-Method-Modifiers-1.50.0
>=dev-perl/strictures-1.0.0
"
BDEPEND="
${RDEPEND}
test? (
dev-perl/Test-Fatal
)
"