947f20f269
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
515 B
Makefile
15 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# perl-html-parser
|
|
#
|
|
################################################################################
|
|
|
|
PERL_HTML_PARSER_VERSION = 3.71
|
|
PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
|
|
PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
|
|
PERL_HTML_PARSER_DEPENDENCIES = perl-html-tagset
|
|
PERL_HTML_PARSER_LICENSE = Artistic or GPLv1+
|
|
PERL_HTML_PARSER_LICENSE_FILES = README
|
|
|
|
$(eval $(perl-package))
|