summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libhttp-cache-transparent-perl_1.0.bb
blob: e63063812c2243e11b797787c41ef4fb9bda9d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "HTTP::Cache::Transparent - Cache the result of http get-requests persistently."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r0"

DEPENDS += "libwww-perl liburi-perl libhtml-tagset-perl libhtml-parser-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"