mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
27 lines
571 B
Bash
27 lines
571 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
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
|