summaryrefslogtreecommitdiff
blob: b680720d92bccb019c9a08ca88ec1e1884fdc699 (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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=GETTY
MODULE_VERSION=0.213
inherit perl-module

DESCRIPTION="The Illicit Love Child of Moose and POE"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
comment() { echo ''; }
RDEPEND="
	>=dev-perl/Moose-0.900.0
	>=dev-perl/POE-1.4.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
	test? (
		>=virtual/perl-Test-Simple-0.90 $(comment Test::More 0.900.0)
		>=dev-perl/Test-Fatal-0.3.0
	)
"
SRC_TEST="do"