Bump buildroot to 2019.02
This commit is contained in:
7
bsp/buildroot/package/perl-json-maybexs/Config.in
Normal file
7
bsp/buildroot/package/perl-json-maybexs/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_JSON_MAYBEXS
|
||||
bool "perl-json-maybexs"
|
||||
help
|
||||
Use Cpanel::JSON::XS with a fallback to JSON::XS and
|
||||
JSON::PP.
|
||||
|
||||
https://metacpan.org/release/JSON-MaybeXS
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 db61fb5515f8e2f19709a317e26dde42 JSON-MaybeXS-1.004000.tar.gz
|
||||
sha256 59bda02e8f4474c73913723c608b539e2452e16c54ed7f0150c01aad06e0a126 JSON-MaybeXS-1.004000.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 d972e00126c5337e88d81d64fc349a3f4c54841075f4180a1145441d30c86f83 README
|
||||
14
bsp/buildroot/package/perl-json-maybexs/perl-json-maybexs.mk
Normal file
14
bsp/buildroot/package/perl-json-maybexs/perl-json-maybexs.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-json-maybexs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_JSON_MAYBEXS_VERSION = 1.004000
|
||||
PERL_JSON_MAYBEXS_SOURCE = JSON-MaybeXS-$(PERL_JSON_MAYBEXS_VERSION).tar.gz
|
||||
PERL_JSON_MAYBEXS_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
|
||||
PERL_JSON_MAYBEXS_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_JSON_MAYBEXS_LICENSE_FILES = README
|
||||
PERL_JSON_MAYBEXS_DISTNAME = JSON-MaybeXS
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user