diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:17:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:44 +0200 |
commit | b00822f78dfc1215b799e4fe4c6f84c7cb501b52 (patch) | |
tree | 66ab36f87dc07255ccba5513e097777d74608494 /package/perl-io-html/Config.in | |
parent | 7e6e868a09c4ba033e5f828747034741cdb78677 (diff) | |
download | buildroot-b00822f78dfc1215b799e4fe4c6f84c7cb501b52.tar.gz buildroot-b00822f78dfc1215b799e4fe4c6f84c7cb501b52.zip |
package/perl-io-html: 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-io-html/Config.in')
-rw-r--r-- | package/perl-io-html/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/perl-io-html/Config.in b/package/perl-io-html/Config.in new file mode 100644 index 0000000000..69770226b3 --- /dev/null +++ b/package/perl-io-html/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_IO_HTML + bool "perl-io-html" + help + Perl module that opens a file and performs automatic charset detection + + https://github.com/madsen/io-html |