aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-URandom/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-02-04 22:59:01 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-02-04 22:59:01 +0000
commit5d32a24056e05afc878d9e757a97913d361d1ea1 (patch)
tree3ec9b64d325adc08e95f472417d1638f6bed9fd1 /security/p5-Crypt-URandom/Makefile
parent5096b210fdd5d5829f4e51656362c88b3d4a1da2 (diff)
downloadports-5d32a24056e05afc878d9e757a97913d361d1ea1.tar.gz
ports-5d32a24056e05afc878d9e757a97913d361d1ea1.zip
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/
Notes
Notes: svn path=/head/; revision=311653
Diffstat (limited to 'security/p5-Crypt-URandom/Makefile')
-rw-r--r--security/p5-Crypt-URandom/Makefile16
1 files changed, 16 insertions, 0 deletions
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>