aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Bytes-Random-Secure-Tiny
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-05-11 10:57:38 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-05-11 10:57:38 +0000
commit46d248413984827f6112e94e28e30fd2c8db7d20 (patch)
treed426a26ec6a29ed255efa68bae6ed8ded9f5b570 /security/p5-Bytes-Random-Secure-Tiny
parent41fa00b12b36990e4c48f95756cb22e962551579 (diff)
downloadports-46d248413984827f6112e94e28e30fd2c8db7d20.tar.gz
ports-46d248413984827f6112e94e28e30fd2c8db7d20.zip
New port: security/p5-Bytes-Random-Secure-Tiny
A tiny Perl extension to generate cryptographically-secure random bytes. It provides random bytes from a cryptographically secure random number generator (ISAAC), seeded from strong entropy sources on a wide variety of platforms. It does so without external dependencies (except on Windows), and has a minimal but useful user interface patterned after the module Bytes::Random::Secure. WWW: http://search.cpan.org/dist/Bytes-Random-Secure-Tiny/
Notes
Notes: svn path=/head/; revision=469625
Diffstat (limited to 'security/p5-Bytes-Random-Secure-Tiny')
-rw-r--r--security/p5-Bytes-Random-Secure-Tiny/Makefile24
-rw-r--r--security/p5-Bytes-Random-Secure-Tiny/distinfo3
-rw-r--r--security/p5-Bytes-Random-Secure-Tiny/pkg-descr9
3 files changed, 36 insertions, 0 deletions
diff --git a/security/p5-Bytes-Random-Secure-Tiny/Makefile b/security/p5-Bytes-Random-Secure-Tiny/Makefile
new file mode 100644
index 000000000000..8907b15a5769
--- /dev/null
+++ b/security/p5-Bytes-Random-Secure-Tiny/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= Bytes-Random-Secure-Tiny
+PORTVERSION= 1.008
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= pi@FreeBSD.org
+COMMENT= Generate cryptographically-secure random bytes
+
+LICENSE= ART20
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= ${SITE_PERL_REL}/Bytes/Random/Secure/Tiny.pm \
+ ${SITE_PERL_REL}/Bytes/Random/Secure/Tiny.pod \
+ ${SITE_MAN3_REL}/Bytes::Random::Secure::Tiny.3.gz
+
+pre-install:
+ ${RM} ${WRKSRC}/blib/lib/Bytes/Random/Secure/README.pod
+
+.include <bsd.port.mk>
diff --git a/security/p5-Bytes-Random-Secure-Tiny/distinfo b/security/p5-Bytes-Random-Secure-Tiny/distinfo
new file mode 100644
index 000000000000..9b22adfc6c4e
--- /dev/null
+++ b/security/p5-Bytes-Random-Secure-Tiny/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526035786
+SHA256 (Bytes-Random-Secure-Tiny-1.008.tar.gz) = 26ad5e38b5e05c44aa3427d4b3f8d7af697364551b3e2562c883d65d663b394a
+SIZE (Bytes-Random-Secure-Tiny-1.008.tar.gz) = 28312
diff --git a/security/p5-Bytes-Random-Secure-Tiny/pkg-descr b/security/p5-Bytes-Random-Secure-Tiny/pkg-descr
new file mode 100644
index 000000000000..a223786d75c8
--- /dev/null
+++ b/security/p5-Bytes-Random-Secure-Tiny/pkg-descr
@@ -0,0 +1,9 @@
+A tiny Perl extension to generate cryptographically-secure random bytes.
+
+It provides random bytes from a cryptographically secure random
+number generator (ISAAC), seeded from strong entropy sources on a
+wide variety of platforms. It does so without external dependencies
+(except on Windows), and has a minimal but useful user interface
+patterned after the module Bytes::Random::Secure.
+
+WWW: http://search.cpan.org/dist/Bytes-Random-Secure-Tiny/