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

package/perl-http-negotiate: New package

parent 514f331c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -516,6 +516,7 @@ menu "Perl libraries/modules"
	source "package/perl-http-daemon/Config.in"
	source "package/perl-http-date/Config.in"
	source "package/perl-http-message/Config.in"
	source "package/perl-http-negotiate/Config.in"
	source "package/perl-io-html/Config.in"
	source "package/perl-io-socket-ssl/Config.in"
	source "package/perl-json-tiny/Config.in"
+9 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
	bool "perl-http-negotiate"
	select BR2_PACKAGE_PERL_HTTP_MESSAGE
	help
	  This module provides a complete implementation of the HTTP content
	  negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps
	  chapter 12.

	  http://github.com/gisle/http-negotiate
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    1236195250e264d7436e7bb02031671b HTTP-Negotiate-6.01.tar.gz
sha256 1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016 HTTP-Negotiate-6.01.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-http-negotiate
#
################################################################################

PERL_HTTP_NEGOTIATE_VERSION = 6.01
PERL_HTTP_NEGOTIATE_SOURCE = HTTP-Negotiate-$(PERL_HTTP_NEGOTIATE_VERSION).tar.gz
PERL_HTTP_NEGOTIATE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTTP_NEGOTIATE_DEPENDENCIES = perl-http-message
PERL_HTTP_NEGOTIATE_LICENSE = Artistic or GPLv1+
PERL_HTTP_NEGOTIATE_LICENSE_FILES = README

$(eval $(perl-package))