package/perl-crypt-openssl-random: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Bernd Kuhls 2015-04-19 12:17:17 +02:00 committed by Thomas Petazzoni
parent d78f0f042c
commit c78b687b86
4 changed files with 30 additions and 0 deletions

View File

@ -502,6 +502,7 @@ endif
source "package/perl/Config.in"
if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
source "package/perl-crypt-openssl-random/Config.in"
source "package/perl-datetime-tiny/Config.in"
source "package/perl-digest-hmac/Config.in"
source "package/perl-digest-sha1/Config.in"

View File

@ -0,0 +1,12 @@
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
bool "perl-crypt-openssl-random"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_OPENSSL
help
Routines for accessing the OpenSSL pseudo-random number generator
using the openSSL libraries
http://sourceforge.net/projects/perl-openssl/
comment "perl-crypt-openssl-random needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b89ca9314c3a066b440a7bb3cb8d725d Crypt-OpenSSL-Random-0.10.tar.gz
sha256 ae65d0ab6907edd1d67f87fdf0923ecae4d54c4c2e0ac9d9df97227903ccf18a Crypt-OpenSSL-Random-0.10.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-crypt-openssl-random
#
################################################################################
PERL_CRYPT_OPENSSL_RANDOM_VERSION = 0.10
PERL_CRYPT_OPENSSL_RANDOM_SOURCE = Crypt-OpenSSL-Random-$(PERL_CRYPT_OPENSSL_RANDOM_VERSION).tar.gz
PERL_CRYPT_OPENSSL_RANDOM_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN
PERL_CRYPT_OPENSSL_RANDOM_DEPENDENCIES = openssl perl
PERL_CRYPT_OPENSSL_RANDOM_LICENSE = Artistic or GPLv1+
PERL_CRYPT_OPENSSL_RANDOM_LICENSE_FILES = LICENSE
$(eval $(perl-package))