kumquat-buildroot/package/perl-http-entity-parser/perl-http-entity-parser.mk
Francois Perrad 33a50b1d16 perl-http-entity-parser: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-10-08 16:22:33 +02:00

21 lines
725 B
Makefile

################################################################################
#
# 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))