diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 15:58:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 15:58:21 +0000 |
commit | f21e754d23ba4b776878c6748b51dd69d19fab6c (patch) | |
tree | 68eecce4739076e3f18587449f6357e5e9f3cb03 /security | |
parent | c5b8bf562a4087cd55df6050862835570ad754e6 (diff) | |
download | pkgsrc-f21e754d23ba4b776878c6748b51dd69d19fab6c.tar.gz |
Adding package for CPAN distribution Crypt-URandom version 0.34 into
security/p5-Crypt-URandom.
This Module is intended to provide an interface to the strongest available
source of non-blocking randomness on the current platform. Platforms
currently supported are anything supporting /dev/urandom and versions of
Windows greater than or equal to Windows 2000.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-URandom/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/Makefile | 18 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/security/p5-Crypt-URandom/DESCR b/security/p5-Crypt-URandom/DESCR new file mode 100644 index 00000000000..fa8e5586dc1 --- /dev/null +++ b/security/p5-Crypt-URandom/DESCR @@ -0,0 +1,4 @@ +This Module is intended to provide an interface to the strongest available +source of non-blocking randomness on the current platform. Platforms +currently supported are anything supporting /dev/urandom and versions of +Windows greater than or equal to Windows 2000. diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile new file mode 100644 index 00000000000..5978803a32c --- /dev/null +++ b/security/p5-Crypt-URandom/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 15:58:21 sno Exp $ +# + +DISTNAME= Crypt-URandom-0.34 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-URandom/ +COMMENT= Perl5 module to provide non blocking randomness +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Crypt/URandom/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-URandom/distinfo b/security/p5-Crypt-URandom/distinfo new file mode 100644 index 00000000000..ed372c41de7 --- /dev/null +++ b/security/p5-Crypt-URandom/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/03 15:58:21 sno Exp $ + +SHA1 (Crypt-URandom-0.34.tar.gz) = e594043fcf2619f83414e24c1ecdd05ac863ddd4 +RMD160 (Crypt-URandom-0.34.tar.gz) = 66768670e48503a70808e5d2e1e6f57ddb7e1ac3 +Size (Crypt-URandom-0.34.tar.gz) = 5912 bytes |