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:
11
package/perl-http-entity-parser/Config.in
Normal file
11
package/perl-http-entity-parser/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER
|
||||
bool "perl-http-entity-parser"
|
||||
select BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER # runtime
|
||||
select BR2_PACKAGE_PERL_HASH_MULTIVALUE # runtime
|
||||
select BR2_PACKAGE_PERL_JSON_MAYBEXS # runtime
|
||||
select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime
|
||||
select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
|
||||
help
|
||||
PSGI compliant HTTP Entity Parser.
|
||||
|
||||
https://github.com/kazeburo/HTTP-Entity-Parser
|
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 50e8418bfe27ab26818ca6e264052c95 HTTP-Entity-Parser-0.21.tar.gz
|
||||
sha256 c14d3e42bdb0845eb412640ca5e396cbd52d3a9a616a5974a32a52cab487f8d8 HTTP-Entity-Parser-0.21.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805 LICENSE
|
15
package/perl-http-entity-parser/perl-http-entity-parser.mk
Normal file
15
package/perl-http-entity-parser/perl-http-entity-parser.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-http-entity-parser
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_HTTP_ENTITY_PARSER_VERSION = 0.21
|
||||
PERL_HTTP_ENTITY_PARSER_SOURCE = HTTP-Entity-Parser-$(PERL_HTTP_ENTITY_PARSER_VERSION).tar.gz
|
||||
PERL_HTTP_ENTITY_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
|
||||
PERL_HTTP_ENTITY_PARSER_DEPENDENCIES = host-perl-module-build-tiny
|
||||
PERL_HTTP_ENTITY_PARSER_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_HTTP_ENTITY_PARSER_LICENSE_FILES = LICENSE
|
||||
PERL_HTTP_ENTITY_PARSER_DISTNAME = HTTP-Entity-Parser
|
||||
|
||||
$(eval $(perl-package))
|
Reference in New Issue
Block a user