package/perl-http-date: New package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Bernd Kuhls 2015-04-19 12:17:02 +02:00 committed by Thomas Petazzoni
parent c0229917ff
commit 2291556617
4 changed files with 25 additions and 0 deletions

View File

@ -511,6 +511,7 @@ menu "Perl libraries/modules"
source "package/perl-gdtextutil/Config.in"
source "package/perl-html-parser/Config.in"
source "package/perl-html-tagset/Config.in"
source "package/perl-http-date/Config.in"
source "package/perl-io-socket-ssl/Config.in"
source "package/perl-json-tiny/Config.in"
source "package/perl-mojolicious/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_HTTP_DATE
bool "perl-http-date"
help
This module provides functions that deal the date formats used by the
HTTP protocol (and then some more)
https://github.com/gisle/http-date

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 52b7a0d5982d61be1edb217751d7daba HTTP-Date-6.02.tar.gz
sha256 e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333 HTTP-Date-6.02.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-http-date
#
################################################################################
PERL_HTTP_DATE_VERSION = 6.02
PERL_HTTP_DATE_SOURCE = HTTP-Date-$(PERL_HTTP_DATE_VERSION).tar.gz
PERL_HTTP_DATE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTTP_DATE_DEPENDENCIES = perl
PERL_HTTP_DATE_LICENSE = Artistic or GPLv1+
PERL_HTTP_DATE_LICENSE_FILES = README
$(eval $(perl-package))