diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:16:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:44 +0200 |
commit | d12a4415855ad0ee34d99647dd39f0c959c119c7 (patch) | |
tree | a38eaddca39a94fdcdf80a3829253155cdf2015a /package/perl-html-parser/Config.in | |
parent | e4920b6e18b78c2bde9a7f9b8b9c214f456fa128 (diff) | |
download | buildroot-d12a4415855ad0ee34d99647dd39f0c959c119c7.tar.gz buildroot-d12a4415855ad0ee34d99647dd39f0c959c119c7.zip |
package/perl-html-parser: New package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 |