blob: 52ceb9253b8b42c4824bb31140cd3d470ecd18e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Moo/Moo-0.9.8.ebuild,v 1.1 2011/06/04 08:12:57 tove Exp $
EAPI=4
MODULE_AUTHOR=MSTROUT
MODULE_VERSION=0.009008
inherit perl-module
DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/strictures-1.1.1
>=dev-perl/Class-Method-Modifiers-1.50.0
"
DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Fatal-0.003
>=virtual/perl-Test-Simple-0.96
)
"
SRC_TEST=do
|