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.270...

28 lines
714 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0.ebuild,v 1.2 2014/08/31 15:57:33 zlogene Exp $
EAPI=5
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=0.27
inherit perl-module
DESCRIPTION="Declare class attributes Moose-style"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-perl/Moose-1.230
>=dev-perl/namespace-autoclean-0.11
>=dev-perl/namespace-clean-0.200"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31
test? ( >=virtual/perl-Test-Simple-0.88
dev-perl/Test-Fatal
>=dev-perl/Test-Requires-0.05 )"
SRC_TEST=do