summaryrefslogtreecommitdiff
blob: c6ef570d92011ad41d6ccef30c118b1e03e549b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=MSTROUT
inherit perl-module

DESCRIPTION="cursor class with built-in caching support"
LICENSE="|| ( Artistic GPL-2 )"

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

IUSE="sqlite"
RDEPEND="
	>=dev-perl/DBIx-Class-0.08004
	dev-perl/Digest-SHA1
	dev-perl/Cache-Cache
"
DEPEND="${RDEPEND}"
SRC_TEST="do"