kumquat-buildroot/package/perl-html-parser/perl-html-parser.mk
Bernd Kuhls 40370b8692 package/perl-html-parser: bump version to 3.81
Removed md5 hash.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-10 18:07:25 +02:00

15 lines
512 B
Makefile

################################################################################
#
# perl-html-parser
#
################################################################################
PERL_HTML_PARSER_VERSION = 3.81
PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_HTML_PARSER_LICENSE = Artistic or GPL-1.0+
PERL_HTML_PARSER_LICENSE_FILES = LICENSE
PERL_HTML_PARSER_DISTNAME = HTML-Parser
$(eval $(perl-package))