diff options
author | nork <nork@FreeBSD.org> | 2002-09-20 20:24:21 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-09-20 20:24:21 +0000 |
commit | 9acf900a1adecd2361326666a645a2d9241c2b9f (patch) | |
tree | 8c6b09df2207ffe64bc835ec8142f809f815d4b4 /security/Makefile | |
parent | 022ded70eadab51d07c8a925ca8155cb7205bdb4 (diff) | |
download | FreeBSD-ports-9acf900a1adecd2361326666a645a2d9241c2b9f.zip FreeBSD-ports-9acf900a1adecd2361326666a645a2d9241c2b9f.tar.gz |
Add p5-Crypt-RC5(1.01), a perl module for RC5 encryption.
Approved by: knu (mentor)
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 382c1b8..76c7a64 100644 --- a/security/Makefile +++ b/security/Makefile @@ -162,6 +162,7 @@ SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 + SUBDIR += p5-Crypt-RC5 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-Random |