Commit b00822f7 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-io-html: New package

parent 7e6e868a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+6 −0
Original line number Diff line number Diff line
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
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    3f8958718844dc96b9f6946f21d70d22 IO-HTML-1.001.tar.gz
sha256 ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0 IO-HTML-1.001.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))