diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-14 14:58:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-14 14:58:35 +0000 |
commit | 0c5014190d4748f52577a42cd989d488e9913395 (patch) | |
tree | 750434c69529c2dd8944aed7bea30ac112ad3cd6 /security/Makefile | |
parent | 10c7bd94ec11620c5b55b6e447acfe704232142b (diff) | |
download | FreeBSD-ports-0c5014190d4748f52577a42cd989d488e9913395.zip FreeBSD-ports-0c5014190d4748f52577a42cd989d488e9913395.tar.gz |
add p5-Crypt-DH 0.03
Perl5 interface to a Diffie-Hellman key exchange system
PR: 35890
Submitted by: jesper
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 2278981..c5131fe 100644 --- a/security/Makefile +++ b/security/Makefile @@ -126,6 +126,7 @@ SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-Cryptix SUBDIR += p5-Crypt-DES + SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-HCE_SHA |