summaryrefslogtreecommitdiffstats
path: root/package/perl-http-entity-parser/Config.in
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-10-06 18:55:20 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-08 16:22:33 +0200
commit33a50b1d16ec1829142804dc01e890adec7f6339 (patch)
treeaf6baeb6f94e4f4323a654b6f345c15615969738 /package/perl-http-entity-parser/Config.in
parente73bbef07f0f42cc2b0ad38acaf0231755a230cc (diff)
downloadbuildroot-33a50b1d16ec1829142804dc01e890adec7f6339.tar.gz
buildroot-33a50b1d16ec1829142804dc01e890adec7f6339.zip
perl-http-entity-parser: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-http-entity-parser/Config.in')
-rw-r--r--package/perl-http-entity-parser/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/perl-http-entity-parser/Config.in b/package/perl-http-entity-parser/Config.in
new file mode 100644
index 0000000000..41883ac017
--- /dev/null
+++ b/package/perl-http-entity-parser/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER
+ bool "perl-http-entity-parser"
+ select BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER
+ select BR2_PACKAGE_PERL_HASH_MULTIVALUE
+ select BR2_PACKAGE_PERL_JSON_MAYBEXS
+ select BR2_PACKAGE_PERL_STREAM_BUFFERED
+ select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED
+ help
+ PSGI compliant HTTP Entity Parser
+
+ https://github.com/kazeburo/HTTP-Entity-Parser
OpenPOWER on IntegriCloud