summaryrefslogtreecommitdiff
blob: a718aa10f87c74414b973421830294480cdfbc99 (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=DANIELTWC
MODULE_VERSION=0.17
inherit perl-module

DESCRIPTION="LDAP Model class for Catalyst."

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

IUSE="test"
PERL_RM_FILES=(
	t/02pod.t
	t/03podcoverage.t
	t/unit_Connection.t
	t/unit_Connection_bind.t
	t/unit_Connection_search.t
	t/unit_Connection_search_limit.t
	t/live_search.t
	t/live_inherited_component.t
)
RDEPEND="
	virtual/perl-Carp
	>=dev-perl/Catalyst-Runtime-5.620.0
	dev-perl/Class-Accessor
	dev-perl/MRO-Compat
	dev-perl/Data-Page
	>=dev-perl/perl-ldap-0.340.0
"
DEPEND="
	${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
	test? (
		virtual/perl-Test-Simple
	)
"