blob: ef64a9d455bef074cfdff19570c1e1d9f9995561 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Ace/Ace-1.92.ebuild,v 1.3 2009/06/07 17:58:33 darkside Exp $
EAPI=2
MODULE_AUTHOR=LDS
MY_PN=AcePerl
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}
inherit perl-module
DESCRIPTION="Object-Oriented Access to ACEDB Databases"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/perl-Digest-MD5
dev-perl/Cache-Cache"
RDEPEND="${DEPEND}"
# online tests
RESTRICT=test
|