2015-04-19 12:16:57 +02:00
|
|
|
config BR2_PACKAGE_PERL_HTML_PARSER
|
|
|
|
bool "perl-html-parser"
|
2015-09-06 10:32:50 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-04-19 12:16:57 +02:00
|
|
|
select BR2_PACKAGE_PERL_HTML_TAGSET
|
|
|
|
help
|
|
|
|
The HTML-Parser distribution is is a collection of modules that parse
|
|
|
|
and extract information from HTML documents
|
|
|
|
|
|
|
|
http://github.com/gisle/html-parser
|
2015-09-06 10:32:50 +02:00
|
|
|
|
|
|
|
comment "perl-html-parser needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|