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>
2015.08.x
Bernd Kuhls 2015-04-19 12:17:04 +02:00 committed by Thomas Petazzoni
parent 7e6e868a09
commit b00822f78d
4 changed files with 24 additions and 0 deletions

View File

@ -513,6 +513,7 @@ menu "Perl libraries/modules"
source "package/perl-html-parser/Config.in"
source "package/perl-html-tagset/Config.in"
source "package/perl-http-date/Config.in"
source "package/perl-io-html/Config.in"
source "package/perl-io-socket-ssl/Config.in"
source "package/perl-json-tiny/Config.in"
source "package/perl-mojolicious/Config.in"

View File

@ -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

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 3f8958718844dc96b9f6946f21d70d22 IO-HTML-1.001.tar.gz
sha256 ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0 IO-HTML-1.001.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-io-html
#
################################################################################
PERL_IO_HTML_VERSION = 1.001
PERL_IO_HTML_SOURCE = IO-HTML-$(PERL_IO_HTML_VERSION).tar.gz
PERL_IO_HTML_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CJ/CJM
PERL_IO_HTML_DEPENDENCIES = perl
PERL_IO_HTML_LICENSE = Artistic or GPLv1+
PERL_IO_HTML_LICENSE_FILES = LICENSE
$(eval $(perl-package))