gentoo-ebuilds/dev-perl/Role-Identifiable/Role-Identifiable-0.9.0.ebuild
Arthur Zamarin 351ba2545d
dev-perl/Role-Identifiable: Stabilize 0.9.0 ppc, #965755
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-08 10:41:16 +02:00

25 lines
422 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RJBS
DIST_VERSION=0.009
inherit perl-module
DESCRIPTION="Thing with a list of tags"
SLOT="0"
KEYWORDS="amd64 ~arm64 ppc x86"
RDEPEND="
dev-perl/Moose
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.780.0
test? (
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"