summaryrefslogtreecommitdiff
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 10:11:29 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 10:11:29 +0100
commite6427935c896a8569c06cf9073c2127b67fc6515 (patch)
treed8673c3d4ab6978f9dd92443c6d35c3df737f623 /recipes/perl
parent6e408e735d6d14aee14b5e2def47eea3118e96d3 (diff)
libhttp-cache-transparent-perl_1.0.bb: create recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libhttp-cache-transparent-perl_1.0.bb14
1 files changed, 14 insertions, 0 deletions
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"