diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 10:11:29 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 10:11:29 +0100 |
commit | e6427935c896a8569c06cf9073c2127b67fc6515 (patch) | |
tree | d8673c3d4ab6978f9dd92443c6d35c3df737f623 /recipes/perl | |
parent | 6e408e735d6d14aee14b5e2def47eea3118e96d3 (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.bb | 14 |
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" |