diff options
Diffstat (limited to 'recipes/perl/libhttp-cache-transparent-perl_1.0.bb')
-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" |