You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.260.0.ebuild

28 lines
473 B

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DOY
DIST_VERSION=0.26
inherit perl-module
DESCRIPTION="Easy subclassing of non-Moose classes"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/List-MoreUtils
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
)
"