perl-net-ssleay: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6b8376d8f0
commit
0e0c33e535
@ -424,6 +424,7 @@ endif
|
||||
if BR2_PACKAGE_PERL
|
||||
menu "Perl libraries/modules"
|
||||
source "package/perl-mojolicious/Config.in"
|
||||
source "package/perl-net-ssleay/Config.in"
|
||||
endmenu
|
||||
endif
|
||||
source "package/php/Config.in"
|
||||
|
7
package/perl-net-ssleay/Config.in
Normal file
7
package/perl-net-ssleay/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_NET_SSLEAY
|
||||
bool "perl-net-ssleay"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
Perl extension for using OpenSSL
|
||||
|
||||
https://metacpan.org/release/Net-SSLeay
|
14
package/perl-net-ssleay/perl-net-ssleay.mk
Normal file
14
package/perl-net-ssleay/perl-net-ssleay.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-net-ssleay
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_NET_SSLEAY_VERSION = 1.64
|
||||
PERL_NET_SSLEAY_SOURCE = Net-SSLeay-$(PERL_NET_SSLEAY_VERSION).tar.gz
|
||||
PERL_NET_SSLEAY_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIKEM/
|
||||
PERL_NET_SSLEAY_DEPENDENCIES = perl openssl
|
||||
PERL_NET_SSLEAY_LICENSE = OpenSSL
|
||||
PERL_NET_SSLEAY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user