diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-10-06 18:55:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-08 16:22:33 +0200 |
commit | 33a50b1d16ec1829142804dc01e890adec7f6339 (patch) | |
tree | af6baeb6f94e4f4323a654b6f345c15615969738 /package/perl-http-entity-parser/perl-http-entity-parser.mk | |
parent | e73bbef07f0f42cc2b0ad38acaf0231755a230cc (diff) | |
download | buildroot-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/perl-http-entity-parser.mk')
-rw-r--r-- | package/perl-http-entity-parser/perl-http-entity-parser.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/perl-http-entity-parser/perl-http-entity-parser.mk b/package/perl-http-entity-parser/perl-http-entity-parser.mk new file mode 100644 index 0000000000..980ee92fa3 --- /dev/null +++ b/package/perl-http-entity-parser/perl-http-entity-parser.mk @@ -0,0 +1,20 @@ +################################################################################ +# +# 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-multipartparser \ + perl-hash-multivalue \ + perl-json-maybexs \ + perl-stream-buffered \ + perl-www-form-urlencoded +PERL_HTTP_ENTITY_PARSER_LICENSE = Artistic or GPL-1.0+ +PERL_HTTP_ENTITY_PARSER_LICENSE_FILES = LICENSE + +$(eval $(perl-package)) |