diff options
author | knu <knu@FreeBSD.org> | 2001-09-11 08:57:11 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-11 08:57:11 +0000 |
commit | 4bc03442ee34df9ca01a41f76f14b62bb50fc867 (patch) | |
tree | b7850d4a419ec62308b5add013b613e3cd1f4b43 /security/Makefile | |
parent | 04d62e0607c6f0a52570ac3db91cc81847e355c2 (diff) | |
download | FreeBSD-ports-4bc03442ee34df9ca01a41f76f14b62bb50fc867.zip FreeBSD-ports-4bc03442ee34df9ca01a41f76f14b62bb50fc867.tar.gz |
Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSL
pseudo-random number generator.
PR: ports/30107
Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a95f1c2..952fe2b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -114,6 +114,7 @@ SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-TripleDES |