mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
28 lines
460 B
Bash
28 lines
460 B
Bash
# Copyright 2021-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=PLICEASE
|
|
DIST_VERSION=0.27
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Easy subclassing of non-Moose classes"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND="
|
|
dev-perl/Module-Runtime
|
|
>=dev-perl/Moose-2.0.0
|
|
dev-perl/Try-Tiny
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
dev-perl/Test-Fatal
|
|
)
|
|
"
|