diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-23 15:13:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-23 15:13:55 +0000 |
commit | 9d547fcfe5fa6e70c2d0c99b9f5f4f9d119287cc (patch) | |
tree | 66f2d7a9b769d8801bd9a7e5a0db690b268d9e63 /security/p5-Crypt-Random-Seed | |
parent | 13547e23788028e98516e8e084922017cf66918e (diff) | |
download | ports-9d547fcfe5fa6e70c2d0c99b9f5f4f9d119287cc.tar.gz ports-9d547fcfe5fa6e70c2d0c99b9f5f4f9d119287cc.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Random-Seed')
-rw-r--r-- | security/p5-Crypt-Random-Seed/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Crypt-Random-Seed/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-Random-Seed/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Crypt-Random-Seed/pkg-plist | 2 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/p5-Crypt-Random-Seed/Makefile b/security/p5-Crypt-Random-Seed/Makefile new file mode 100644 index 000000000000..ca50d524f32d --- /dev/null +++ b/security/p5-Crypt-Random-Seed/Makefile @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Crypt-Random-Seed +PORTVERSION= 0.03 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple method to get strong randomness + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Crypt-Random-TESHA2>=0:${PORTSDIR}/security/p5-Crypt-Random-TESHA2 +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Random-Seed/distinfo b/security/p5-Crypt-Random-Seed/distinfo new file mode 100644 index 000000000000..44e4fec22a68 --- /dev/null +++ b/security/p5-Crypt-Random-Seed/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crypt-Random-Seed-0.03.tar.gz) = 593da54b522c09cc26bbcc0e4e49c1c8e688a6fd33b0726af801d722a5c8d0f1 +SIZE (Crypt-Random-Seed-0.03.tar.gz) = 22175 diff --git a/security/p5-Crypt-Random-Seed/pkg-descr b/security/p5-Crypt-Random-Seed/pkg-descr new file mode 100644 index 000000000000..6880f790db8c --- /dev/null +++ b/security/p5-Crypt-Random-Seed/pkg-descr @@ -0,0 +1,8 @@ +Crypt::Random::Seed is a simple mechanism to get strong randomness. The main +purpose of this module is to provide a simple way to generate a seed for a PRNG +such as Math::Random::ISAAC, for use in cryptographic key generation, or as the +seed for an upstream module such as Bytes::Random::Secure. Flags for requiring +non-blocking sources are allowed, as well as a very simple method for plugging +in a source. + +WWW: http://search.cpan.org/dist/Crypt-Random-Seed/ diff --git a/security/p5-Crypt-Random-Seed/pkg-plist b/security/p5-Crypt-Random-Seed/pkg-plist new file mode 100644 index 000000000000..1d30b342956c --- /dev/null +++ b/security/p5-Crypt-Random-Seed/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Crypt/Random/Seed.pm +%%PERL5_MAN3%%/Crypt::Random::Seed.3.gz |