9632079b8b
now, license has its own file Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
514 B
Makefile
15 lines
514 B
Makefile
################################################################################
|
|
#
|
|
# perl-html-parser
|
|
#
|
|
################################################################################
|
|
|
|
PERL_HTML_PARSER_VERSION = 3.75
|
|
PERL_HTML_PARSER_SOURCE = HTML-Parser-$(PERL_HTML_PARSER_VERSION).tar.gz
|
|
PERL_HTML_PARSER_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CA/CAPOEIRAB
|
|
PERL_HTML_PARSER_LICENSE = Artistic or GPL-1.0+
|
|
PERL_HTML_PARSER_LICENSE_FILES = LICENSE
|
|
PERL_HTML_PARSER_DISTNAME = HTML-Parser
|
|
|
|
$(eval $(perl-package))
|