This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
bool "perl-http-negotiate"
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
help
choose a variant to serve.
https://metacpan.org/release/HTTP-Negotiate

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 1236195250e264d7436e7bb02031671b HTTP-Negotiate-6.01.tar.gz
sha256 1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016 HTTP-Negotiate-6.01.tar.gz
# computed by scancpan
sha256 7a2114bb46279309f8a67e359ab0a578a4e9a7c7add0d1725de46b44f6da6514 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# 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_LICENSE = Artistic or GPL-1.0+
PERL_HTTP_NEGOTIATE_LICENSE_FILES = README
PERL_HTTP_NEGOTIATE_DISTNAME = HTTP-Negotiate
$(eval $(perl-package))