diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-01-26 03:11:46 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-01-26 03:11:46 +0000 |
commit | 50c8478051873ff58eee3f0b04974b3761e2539d (patch) | |
tree | a958edd4ef1c41d2449ce7649c8e63a277f262eb /security/Makefile | |
parent | 7b6c9b4ed1cd6795ab2e8e925698d831f2b7f7a1 (diff) | |
download | ports-50c8478051873ff58eee3f0b04974b3761e2539d.tar.gz ports-50c8478051873ff58eee3f0b04974b3761e2539d.zip |
Add p5-Crypt-RC4 2.02, perl implementation of the RC4 encryption
algorithm.
PR: 33364
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes:
svn path=/head/; revision=53744
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 8fe38db1bf95..e01d90ea1b36 100644 --- a/security/Makefile +++ b/security/Makefile @@ -132,6 +132,7 @@ SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-PassGen SUBDIR += p5-Crypt-Primes + SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-Random |