diff options
author | anray <anray@FreeBSD.org> | 2005-12-19 17:16:46 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-19 17:16:46 +0800 |
commit | f170bb023dfa1f1db02d1cf350d8c787af61ee0e (patch) | |
tree | 25836d539e8a151425745e3fff60b38801782f50 /security/Makefile | |
parent | edac6d4a5d4c474fae73c30416fbf3b687319fb8 (diff) | |
download | freebsd-ports-gnome-f170bb023dfa1f1db02d1cf350d8c787af61ee0e.tar.gz freebsd-ports-gnome-f170bb023dfa1f1db02d1cf350d8c787af61ee0e.tar.zst freebsd-ports-gnome-f170bb023dfa1f1db02d1cf350d8c787af61ee0e.zip |
Added p5-Crypt-HCE_MD5, perl extension implementing one way hash chaining encryption using MD5.
PR: ports/90589
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Approved by: sem(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 58417f78bccf..48b992f2b55f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -299,6 +299,7 @@ SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB + SUBDIR += p5-Crypt-GPG SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA |