blob: 0ebc4864756ec30cb767eaf873b7120030d5703c (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache/Cache-2.04.ebuild,v 1.4 2006/10/20 21:45:43 mcummings Exp $
inherit perl-module
DESCRIPTION="the Cache interface"
SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/C/CL/CLEISHMAN/${P}.tar.gz"
HOMEPAGE="http://cpan.uwinnipeg.ca/dist/Cache"
RDEPEND=" >=virtual/perl-DB_File-1.72
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Storable-1
>=dev-perl/Digest-SHA1-2.01
dev-perl/Heap
dev-lang/perl
>=dev-perl/IO-String-1.02
dev-perl/TimeDate
dev-perl/File-NFSLock"
SRC_TEST="do"
SLOT="0"
LICENSE="Artistic GPL-2"
KEYWORDS="amd64 ~x86"
IUSE=""
|