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-ClassAttribute/MooseX-ClassAttribute-0.290...

30 lines
592 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DROLSKY
DIST_VERSION=0.29
inherit perl-module
DESCRIPTION="Declare class attributes Moose-style"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Moose-2.0.0
>=virtual/perl-Scalar-List-Utils-1.450.0
>=dev-perl/namespace-autoclean-0.110.0
>=dev-perl/namespace-clean-0.200.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Fatal
>=dev-perl/Test-Requires-0.50.0
>=virtual/perl-Test-Simple-0.960.0
)
"