From e6427935c896a8569c06cf9073c2127b67fc6515 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 2 Jan 2010 10:11:29 +0100 Subject: libhttp-cache-transparent-perl_1.0.bb: create recipe --- recipes/perl/libhttp-cache-transparent-perl_1.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/perl/libhttp-cache-transparent-perl_1.0.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb new file mode 100644 index 0000000000..e63063812c --- /dev/null +++ b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb @@ -0,0 +1,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" -- cgit v1.2.3