summaryrefslogtreecommitdiff
blob: c8ecc8714c2aef302bddb71288d92914e5fcc0a6 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=BOBTFISH
MODULE_VERSION="1.011"
inherit perl-module

DESCRIPTION="Authentication from an LDAP Directory."

IUSE="test"

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-perl/perl-ldap
	>=dev-perl/Catalyst-Plugin-Authentication-0.100.30
"
DEPEND="
	test? (
		>=dev-perl/Net-LDAP-Server-Test-0.70.0
		virtual/perl-Test-Simple
		dev-perl/Test-MockObject
		dev-perl/Test-Exception
	)
	${RDEPEND}
"
SRC_TEST="do"