mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/perl-io-socket-ssl/Config.in
Normal file
11
package/perl-io-socket-ssl/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PERL_IO_SOCKET_SSL
|
||||
bool "perl-io-socket-ssl"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_NET_SSLEAY # runtime
|
||||
help
|
||||
Nearly transparent SSL encapsulation for IO::Socket::INET.
|
||||
|
||||
https://github.com/noxxi/p5-io-socket-ssl
|
||||
|
||||
comment "perl-io-socket-ssl needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
6
package/perl-io-socket-ssl/perl-io-socket-ssl.hash
Normal file
6
package/perl-io-socket-ssl/perl-io-socket-ssl.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 ecf96ce2ff9e04a03a2d101c76ce1020 IO-Socket-SSL-2.066.tar.gz
|
||||
sha256 0d47064781a545304d5dcea5dfcee3acc2e95a32e1b4884d80505cde8ee6ebcd IO-Socket-SSL-2.066.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 090aff5421fd55a9dceeaf6c612c36360402e8d29c1284aef88c87be565ce032 README
|
||||
14
package/perl-io-socket-ssl/perl-io-socket-ssl.mk
Normal file
14
package/perl-io-socket-ssl/perl-io-socket-ssl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-io-socket-ssl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_IO_SOCKET_SSL_VERSION = 2.066
|
||||
PERL_IO_SOCKET_SSL_SOURCE = IO-Socket-SSL-$(PERL_IO_SOCKET_SSL_VERSION).tar.gz
|
||||
PERL_IO_SOCKET_SSL_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SU/SULLR
|
||||
PERL_IO_SOCKET_SSL_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_IO_SOCKET_SSL_LICENSE_FILES = README
|
||||
PERL_IO_SOCKET_SSL_DISTNAME = IO-Socket-SSL
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user