Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
|
||||
bool "perl-crypt-openssl-random"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
OpenSSL/LibreSSL pseudo-random number generator access
|
||||
|
||||
http://sourceforge.net/projects/perl-openssl/
|
||||
|
||||
comment "perl-crypt-openssl-random needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 5d71337503e0356ce1ce1481504e5885 Crypt-OpenSSL-Random-0.11.tar.gz
|
||||
sha256 bb8c81c6a39b9b13a22d818ee9a746242f136f0fadceb6b9776ae615e7524c7a Crypt-OpenSSL-Random-0.11.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-crypt-openssl-random
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_CRYPT_OPENSSL_RANDOM_VERSION = 0.11
|
||||
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_CRYPT_OPENSSL_RANDOM_LICENSE = Artistic or GPLv1+
|
||||
PERL_CRYPT_OPENSSL_RANDOM_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user