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.
31 lines
649 B
31 lines
649 B
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=TOBYINK
|
|
DIST_VERSION=0.001009
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="NativeTrait-like behavior for Moo"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
|
|
|
|
RDEPEND="
|
|
dev-perl/Class-Method-Modifiers
|
|
>=dev-perl/Data-Perl-0.2.6
|
|
dev-perl/Module-Runtime
|
|
>=dev-perl/Moo-1.3.0
|
|
dev-perl/Role-Tiny
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
>=dev-perl/MooX-Types-MooseLike-0.230.0
|
|
dev-perl/Test-Exception
|
|
dev-perl/Test-Fatal
|
|
virtual/perl-Test-Simple
|
|
)
|
|
"
|