This Module is intended to provide an interface to the strongest
available source of non-blocking randomness on the current platform. WWW: http://search.cpan.org/dist/Crypt-URandom/
This commit is contained in:
parent
5096b210fd
commit
5d32a24056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311653
@ -497,6 +497,7 @@
|
||||
SUBDIR += p5-Crypt-Twofish
|
||||
SUBDIR += p5-Crypt-Twofish2
|
||||
SUBDIR += p5-Crypt-Twofish_PP
|
||||
SUBDIR += p5-Crypt-URandom
|
||||
SUBDIR += p5-Crypt-UnixCrypt
|
||||
SUBDIR += p5-Crypt-UnixCrypt_XS
|
||||
SUBDIR += p5-Crypt-X509
|
||||
|
16
security/p5-Crypt-URandom/Makefile
Normal file
16
security/p5-Crypt-URandom/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-URandom
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to provide non blocking randomness
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::URandom.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-URandom/distinfo
Normal file
2
security/p5-Crypt-URandom/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crypt-URandom-0.28.tar.gz) = f55fc734aed5446dd304f2523e94a34b13fd044d7645b4967d3319b964ce4db4
|
||||
SIZE (Crypt-URandom-0.28.tar.gz) = 5448
|
5
security/p5-Crypt-URandom/pkg-descr
Normal file
5
security/p5-Crypt-URandom/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This Module is intended to provide an interface to the strongest
|
||||
available source of non-blocking randomness on the current
|
||||
platform.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-URandom/
|
5
security/p5-Crypt-URandom/pkg-plist
Normal file
5
security/p5-Crypt-URandom/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/URandom/.packlist
|
||||
%%SITE_PERL%%/Crypt/URandom.pm
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/URandom
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
Loading…
Reference in New Issue
Block a user