aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libcache-cache-perl_1.05.bb
blob: bc4cb4e19f078703fb5e031cb465fdc23c46b7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Cache::Cache -- the Cache interface."
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
           libipc-sharelite-perl-native"
RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
FILE_PR = "r6"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/Cache-Cache-${PV}.tar.gz"

S = "${WORKDIR}/Cache-Cache-${PV}"

inherit cpan