Files
operating-system/buildroot/package/perl-http-entity-parser/perl-http-entity-parser.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

16 lines
650 B
Makefile

################################################################################
#
# perl-http-entity-parser
#
################################################################################
PERL_HTTP_ENTITY_PARSER_VERSION = 0.25
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))