summaryrefslogtreecommitdiff
blob: bdd2098a12a1ab10a82c5fbf3f8bbc66d986d763 (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=IDOPEREL
MODULE_VERSION=0.070001
inherit perl-module

DESCRIPTION="Fast templating engine with support for embedded Perl"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
perl_eumm_configure() {
	# strict

	# warnings

	# perl 5.008

	# ExtUtils::MakeMaker 6.56
	echo \>=virtual/perl-ExtUtils-MakeMaker-6.56
}
perl_eumm_build() {
	# Test::More
	echo virtual/perl-Test-Simple
	# Try::Tiny
	echo dev-perl/Try-Tiny
	# utf8
}
perl_eumm_prereq_pm() {
	# Carp

	# Fcntl

	# HTML::Entities
	echo dev-perl/HTML-Parser
}
DEPEND="$(perl_eumm_configure) $(perl_eumm_build) $(perl_eumm_prereq_pm)"
RDEPEND="$(perl_eumm_prereq_pm)"