Move all to deprecated folder.
This commit is contained 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
|
||||
@@ -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
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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_LICENSE = Artistic or GPLv1+
|
||||
PERL_IO_HTML_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user