274dd1db3c
Removed md5 hash, reformatted license hash. Changelog: https://github.com/toddr/Crypt-OpenSSL-RSA/blob/master/Changes This bump fixes a build error with LibreSSL 3.5. Fixes: http://autobuild.buildroot.net/results/6625daef1a9d44b9925aecd6e98e3a59bc2ce8f4/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
23 lines
898 B
Makefile
23 lines
898 B
Makefile
################################################################################
|
|
#
|
|
# perl-crypt-openssl-rsa
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CRYPT_OPENSSL_RSA_VERSION = 0.33
|
|
PERL_CRYPT_OPENSSL_RSA_SOURCE = Crypt-OpenSSL-RSA-$(PERL_CRYPT_OPENSSL_RSA_VERSION).tar.gz
|
|
PERL_CRYPT_OPENSSL_RSA_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TODDR
|
|
PERL_CRYPT_OPENSSL_RSA_DEPENDENCIES = \
|
|
host-perl-crypt-openssl-guess \
|
|
perl-crypt-openssl-random \
|
|
openssl
|
|
PERL_CRYPT_OPENSSL_RSA_LICENSE = Artistic or GPL-1.0+
|
|
PERL_CRYPT_OPENSSL_RSA_LICENSE_FILES = LICENSE
|
|
PERL_CRYPT_OPENSSL_RSA_DISTNAME = Crypt-OpenSSL-RSA
|
|
|
|
# Try as hard as possible to remedy to the brain-damage their build-system
|
|
# suffers from: don't search for openssl, they pick the host-system one.
|
|
PERL_CRYPT_OPENSSL_RSA_CONF_ENV = OPENSSL_PREFIX=$(STAGING_DIR)/usr
|
|
|
|
$(eval $(perl-package))
|