summaryrefslogtreecommitdiff
blob: eb0c26e7f7eadf8c212e82818fb757e9b12bd1a7 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=ARCANEZ
MODULE_VERSION=1.001002
inherit perl-module perl-declaredeps

DESCRIPTION="cursor class with built-in caching support"

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

depend DBIx-Class 0.81.240
depend-virtual Digest-SHA
depend Carp-Clan 6.0

bdepend DBD-SQLite 1.25
bdepend-virtual Test-Simple # Test::More
bdepend Cache-Cache # Cache::FileCache

ddep_setup

SRC_TEST="do"