summaryrefslogtreecommitdiff
blob: a218a6bd05bf5fcca42169bd8296068f4347e887 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=JSWARTZ
MODULE_VERSION=2.07
inherit perl-module

DESCRIPTION="Powerful, high-performance templating for the web and beyond"

SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
comment() { echo ''; }
RDEPEND="
	dev-perl/Capture-Tiny
	dev-perl/Class-Unload
	dev-perl/Devel-GlobalDestruction
	virtual/perl-File-Spec
	virtual/perl-File-Temp
	dev-perl/Guard
	dev-perl/IPC-System-Simple
	dev-perl/JSON
	>=dev-perl/Log-Any-0.08 $(comment 0.80.0)
	virtual/perl-Memoize
	dev-perl/Method-Signatures-Simple
	>=dev-perl/Moose-0.95 $(comment 0.950.0)
	>=dev-perl/MooseX-StrictConstructor-0.130 $(comment 0.130.0)
	>=dev-perl/MooseX-HasDefaults-0.30.0
	>=virtual/perl-Scalar-List-Utils-1.01 $(comment Scalar::Util 1.10.0)
	dev-perl/Try-Tiny
"
DEPEND="${RDEPEND}
	$(comment CONFIGURE)
	>=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
	$(comment BUILD)
	dev-perl/Test-Class-Most
	dev-perl/Test-LongString
"

SRC_TEST=do