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

EAPI=4
MODULE_AUTHOR=ARCANEZ
MODULE_VERSION=1.001000
inherit perl-module perl-declaredeps

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

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

IUSE=""

depend DBIx-Class 0.81.0
depend Digest-SHA1
depend Carp-Clan 6.0

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

ddep_setup

SRC_TEST="do"