summaryrefslogtreecommitdiff
blob: 5b929d61213518dba7f70713074f37f9e02e1a1b (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild,v 1.7 2012/02/01 10:25:59 ssuominen Exp $

MODULE_AUTHOR=TMTM
MY_P=${PN}-v${PV}
S=${WORKDIR}/${MY_P}

inherit perl-module

DESCRIPTION="Simple Database Abstraction"

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

# Tests aren't possible since they require interaction with the DB's

RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
	>=dev-perl/Class-Accessor-0.18
	>=dev-perl/Class-Trigger-0.07
	virtual/perl-File-Temp
	virtual/perl-Storable
	virtual/perl-Test-Simple
	virtual/perl-Scalar-List-Utils
	dev-perl/Clone
	>=dev-perl/Ima-DBI-0.33
	virtual/perl-version
	>=dev-perl/UNIVERSAL-moniker-0.06
	dev-lang/perl"
DEPEND="${RDEPEND}"