summaryrefslogtreecommitdiff
blob: 7a7c826a90d81306950a2637241be08c3694b41f (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.001001
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 Digest-SHA1
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"