Files
buildroot/package/perl-crypt-ssleay/Config.in
Thomas De Schampheleire 25033cfb86 package/perl-crypt-ssleay: new package
Added via utils/scancpan, adding a host dependency to perl-try-tiny and
target dependency to openssl.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-03-15 21:38:56 +01:00

13 lines
348 B
Plaintext

config BR2_PACKAGE_PERL_CRYPT_SSLEAY
bool "perl-crypt-ssleay"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_PERL_LWP_PROTOCOL_HTTPS # runtime
help
OpenSSL support for LWP.
https://metacpan.org/release/Crypt-SSLeay
comment "perl-crypt-ssleay needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS