summaryrefslogtreecommitdiff
blob: 2624f0b1f2a9b33ab72b2b80172085bf224fe478 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

MODULE_AUTHOR=CEESHEK
MODULE_VERSION="1.03"
inherit perl-module

DESCRIPTION="Add CGI::Session support to CGI::Application"
LICENSE="|| ( Artistic GPL-2 )"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
RDEPEND="
	>=dev-perl/CGI-Application-3.210.0
	>=dev-perl/CGI-Session-3.950.0
	virtual/perl-File-Spec
	virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
	virtual/perl-Module-Build
	virtual/perl-Test-Simple
	dev-perl/Test-Exception
"
SRC_TEST="do"