mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/perl-http-negotiate/Config.in
Normal file
7
package/perl-http-negotiate/Config.in
Normal 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
|
||||
6
package/perl-http-negotiate/perl-http-negotiate.hash
Normal file
6
package/perl-http-negotiate/perl-http-negotiate.hash
Normal 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
|
||||
14
package/perl-http-negotiate/perl-http-negotiate.mk
Normal file
14
package/perl-http-negotiate/perl-http-negotiate.mk
Normal 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))
|
||||
Reference in New Issue
Block a user