[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,14 @@
config BR2_PACKAGE_PERL_LWP_PROTOCOL_HTTPS
bool "perl-lwp-protocol-https"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_IO_SOCKET_SSL # runtime
select BR2_PACKAGE_PERL_MOZILLA_CA # runtime
select BR2_PACKAGE_PERL_NET_HTTP # runtime
select BR2_PACKAGE_PERL_LIBWWW_PERL # runtime
help
Provide https support for LWP::UserAgent.
https://github.com/libwww-perl/LWP-Protocol-https
comment "perl-lwp-protocol-https needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 cf64e4bc57a9266ac4343cdf0808c5c8 LWP-Protocol-https-6.10.tar.gz
sha256 cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c LWP-Protocol-https-6.10.tar.gz
# computed by scancpan
sha256 294e73f9bd40ea600e9478cd57489a7da72558a83c6a66f37a82e4e0d5a706d9 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-lwp-protocol-https
#
################################################################################
PERL_LWP_PROTOCOL_HTTPS_VERSION = 6.10
PERL_LWP_PROTOCOL_HTTPS_SOURCE = LWP-Protocol-https-$(PERL_LWP_PROTOCOL_HTTPS_VERSION).tar.gz
PERL_LWP_PROTOCOL_HTTPS_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_LWP_PROTOCOL_HTTPS_LICENSE = Artistic or GPL-1.0+
PERL_LWP_PROTOCOL_HTTPS_LICENSE_FILES = LICENSE
PERL_LWP_PROTOCOL_HTTPS_DISTNAME = LWP-Protocol-https
$(eval $(perl-package))