summaryrefslogtreecommitdiff
blob: 6cb6682600d1659afdb05e508451ed25b8a69c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

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"
DEPEND="
	>=dev-perl/DBIx-Class-0.08004
	dev-perl/Digest-SHA1
	dev-perl/Cache-Cache
"