Loading package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading package/perl-crypt-openssl-random/Config.in 0 → 100644 +12 −0 Original line number Diff line number Diff line 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 package/perl-crypt-openssl-random/perl-crypt-openssl-random.hash 0 → 100644 +3 −0 Original line number Diff line number Diff line # 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 package/perl-crypt-openssl-random/perl-crypt-openssl-random.mk 0 → 100644 +14 −0 Original line number Diff line number Diff line ################################################################################ # # 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)) Loading
package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
package/perl-crypt-openssl-random/Config.in 0 → 100644 +12 −0 Original line number Diff line number Diff line 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
package/perl-crypt-openssl-random/perl-crypt-openssl-random.hash 0 → 100644 +3 −0 Original line number Diff line number Diff line # 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
package/perl-crypt-openssl-random/perl-crypt-openssl-random.mk 0 → 100644 +14 −0 Original line number Diff line number Diff line ################################################################################ # # 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))