diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-02-04 22:59:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-02-04 22:59:01 +0000 |
commit | 5d32a24056e05afc878d9e757a97913d361d1ea1 (patch) | |
tree | 3ec9b64d325adc08e95f472417d1638f6bed9fd1 /security | |
parent | 5096b210fdd5d5829f4e51656362c88b3d4a1da2 (diff) | |
download | ports-5d32a24056e05afc878d9e757a97913d361d1ea1.tar.gz ports-5d32a24056e05afc878d9e757a97913d361d1ea1.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/Makefile | 16 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Crypt-URandom/pkg-plist | 5 |
5 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 21d11f4af749..cfa7bc399c57 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile new file mode 100644 index 000000000000..0158bb98f518 --- /dev/null +++ b/security/p5-Crypt-URandom/Makefile @@ -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> diff --git a/security/p5-Crypt-URandom/distinfo b/security/p5-Crypt-URandom/distinfo new file mode 100644 index 000000000000..4ec73687d59b --- /dev/null +++ b/security/p5-Crypt-URandom/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crypt-URandom-0.28.tar.gz) = f55fc734aed5446dd304f2523e94a34b13fd044d7645b4967d3319b964ce4db4 +SIZE (Crypt-URandom-0.28.tar.gz) = 5448 diff --git a/security/p5-Crypt-URandom/pkg-descr b/security/p5-Crypt-URandom/pkg-descr new file mode 100644 index 000000000000..5509c049aa42 --- /dev/null +++ b/security/p5-Crypt-URandom/pkg-descr @@ -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/ diff --git a/security/p5-Crypt-URandom/pkg-plist b/security/p5-Crypt-URandom/pkg-plist new file mode 100644 index 000000000000..bc618852e842 --- /dev/null +++ b/security/p5-Crypt-URandom/pkg-plist @@ -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 |