aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libhttp-cache-transparent-perl_1.0.bb
blob: 86d629efaa25ffd93ad426d0cf7217cb57d7f594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "HTTP::Cache::Transparent - Cache the result of http get-requests persistently."
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
PR = "r2"

DEPENDS += "libwww-perl-native"
RDEPENDS_${PN} += "libwww-perl"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MATTIASH/HTTP-Cache-Transparent-${PV}.tar.gz"

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

inherit cpan

BBCLASSEXTEND="native"

SRC_URI[md5sum] = "e198345ce8eee2562c807e84d65e3b4f"
SRC_URI[sha256sum] = "31b6b54d9488b35eb8ca54b6f5bcefd6eb1e208ca8a4038c1cee61042747f1d9"