aboutsummaryrefslogtreecommitdiff
blob: 29ad39905f965b9ebd326d7e563890f8190965a0 (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
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MODULE_AUTHOR=SRI
MODULE_VERSION=6.22
inherit perl-module

DESCRIPTION="Duct tape for the HTML5 web"

SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="fastcgi"

PDEPEND="
	fastcgi? ( dev-perl/Mojo-Server-FastCGI )
"
DEPEND="
	virtual/perl-ExtUtils-MakeMaker
	virtual/perl-IO-Socket-IP
	virtual/perl-JSON-PP
	virtual/perl-Pod-Simple
	virtual/perl-Time-Local
"

RESTRICT="nomirror"

SRC_TEST=do