Commit 22915566 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-http-date: New package

parent c0229917
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+7 −0
Original line number Diff line number Diff line
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
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    52b7a0d5982d61be1edb217751d7daba HTTP-Date-6.02.tar.gz
sha256 e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333 HTTP-Date-6.02.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))