summaryrefslogtreecommitdiff
blob: 0399faf84983b565339b829a3123925913dc3555 (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-2007 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.5 2007/12/27 13:05:37 ticho 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=""