mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
perl-io-socket-ssl: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1c7ab72386
commit
a97d7e8f1a
@ -429,6 +429,7 @@ endif
|
|||||||
source "package/perl/Config.in"
|
source "package/perl/Config.in"
|
||||||
if BR2_PACKAGE_PERL
|
if BR2_PACKAGE_PERL
|
||||||
menu "Perl libraries/modules"
|
menu "Perl libraries/modules"
|
||||||
|
source "package/perl-io-socket-ssl/Config.in"
|
||||||
source "package/perl-mojolicious/Config.in"
|
source "package/perl-mojolicious/Config.in"
|
||||||
source "package/perl-net-ssleay/Config.in"
|
source "package/perl-net-ssleay/Config.in"
|
||||||
source "package/perl-xml-libxml/Config.in"
|
source "package/perl-xml-libxml/Config.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_PREFER_STATIC_LIB
|
||||||
|
select BR2_PACKAGE_PERL_NET_SSLEAY
|
||||||
|
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_PREFER_STATIC_LIB
|
13
package/perl-io-socket-ssl/perl-io-socket-ssl.mk
Normal file
13
package/perl-io-socket-ssl/perl-io-socket-ssl.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# perl-io-socket-ssl
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
PERL_IO_SOCKET_SSL_VERSION = 1.997
|
||||||
|
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_DEPENDENCIES = perl perl-net-ssleay
|
||||||
|
PERL_IO_SOCKET_SSL_LICENSE = Artistic or GPLv1+
|
||||||
|
|
||||||
|
$(eval $(perl-package))
|
Loading…
x
Reference in New Issue
Block a user