summaryrefslogtreecommitdiff
blob: f699bb7c9f91672400e8ff8eee2a75fe0406c740 (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-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
MODULE_AUTHOR=SUKRIA
MODULE_VERSION=1.3060
inherit perl-module

DESCRIPTION="lightweight yet powerful web application framework"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

comment() { echo ''; }

COMMON_DEPEND="
	dev-perl/libwww-perl
	>=dev-perl/HTTP-Body-1.70.0
	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
	dev-perl/MIME-Types
	dev-perl/URI
	$(comment File::Basename )
	virtual/perl-File-Spec
	virtual/perl-Encode
	virtual/perl-Time-HiRes

"
DEPEND="
	${COMMON_DEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
	)
"
RDEPEND="
	${COMMON_DEPEND}
"
SRC_TEST="do"