diff options
Diffstat (limited to 'package/perl-html-parser/Config.in')
-rw-r--r-- | package/perl-html-parser/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/perl-html-parser/Config.in b/package/perl-html-parser/Config.in new file mode 100644 index 0000000000..afdd5237bb --- /dev/null +++ b/package/perl-html-parser/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PERL_HTML_PARSER + bool "perl-html-parser" + 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 |