mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/perl-lwp-protocol-https/Config.in
Normal file
14
package/perl-lwp-protocol-https/Config.in
Normal 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://metacpan.org/release/LWP-Protocol-https
|
||||
|
||||
comment "perl-lwp-protocol-https needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 6d497ec74f3cf88ad41898fcb8b01145 LWP-Protocol-https-6.09.tar.gz
|
||||
sha256 16cfe1a511690b066db5667c8714802ee2b9c5d28a31a3e7bd36fbc70a3af592 LWP-Protocol-https-6.09.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 294e73f9bd40ea600e9478cd57489a7da72558a83c6a66f37a82e4e0d5a706d9 LICENSE
|
14
package/perl-lwp-protocol-https/perl-lwp-protocol-https.mk
Normal file
14
package/perl-lwp-protocol-https/perl-lwp-protocol-https.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-lwp-protocol-https
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_LWP_PROTOCOL_HTTPS_VERSION = 6.09
|
||||
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))
|
Reference in New Issue
Block a user