Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_PERL_LIBWWW_PERL
|
||||
bool "perl-libwww-perl"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_ENCODE_LOCALE
|
||||
select BR2_PACKAGE_PERL_FILE_LISTING
|
||||
select BR2_PACKAGE_PERL_HTML_PARSER
|
||||
select BR2_PACKAGE_PERL_HTTP_COOKIES
|
||||
select BR2_PACKAGE_PERL_HTTP_DAEMON
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||
select BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||
select BR2_PACKAGE_PERL_NET_HTTP
|
||||
select BR2_PACKAGE_PERL_URI
|
||||
select BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
||||
help
|
||||
The World-Wide Web library for Perl
|
||||
|
||||
https://metacpan.org/release/libwww-perl
|
||||
|
||||
comment "perl-libwww-perl needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 6888c9d8728cd6f3ea3c9754461c9f94 libwww-perl-6.15.tar.gz
|
||||
sha256 6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 libwww-perl-6.15.tar.gz
|
||||
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-libwww-perl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_LIBWWW_PERL_VERSION = 6.15
|
||||
PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz
|
||||
PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
||||
PERL_LIBWWW_PERL_LICENSE = Artistic or GPLv1+
|
||||
PERL_LIBWWW_LICENSE_FILES = README
|
||||
PERL_LIBWWW_PERL_DEPENDENCIES = \
|
||||
perl-encode-locale \
|
||||
perl-file-listing \
|
||||
perl-html-parser \
|
||||
perl-http-cookies \
|
||||
perl-http-daemon \
|
||||
perl-http-date \
|
||||
perl-http-message \
|
||||
perl-http-negotiate \
|
||||
perl-lwp-mediatypes \
|
||||
perl-net-http \
|
||||
perl-uri \
|
||||
perl-www-robotrules
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user