diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-19 00:58:08 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-19 00:58:08 +0800 |
commit | 9c792eb63e8ba7688f1da725d117048bc1e34c2e (patch) | |
tree | 94ce949114365c1f9b04cc3d7045470b947ca327 /security/Makefile | |
parent | 6f187859549290b2e4f7c26f0622697592e374cd (diff) | |
download | freebsd-ports-graphics-9c792eb63e8ba7688f1da725d117048bc1e34c2e.tar.gz freebsd-ports-graphics-9c792eb63e8ba7688f1da725d117048bc1e34c2e.tar.zst freebsd-ports-graphics-9c792eb63e8ba7688f1da725d117048bc1e34c2e.zip |
add p5-Crypt-PasswordMD5 1.2
Perl module that provides interoperable MD5-based crypt() function
PR: 39467
Submitted by: Erwin Lansing <erwin@lansing.dk>
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 9b39dd7ed37..9b4cfdf9e7a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -146,6 +146,7 @@ SUBDIR += p5-Crypt-OpenSSL-Random SUBDIR += p5-Crypt-PGPSimple SUBDIR += p5-Crypt-PassGen + SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 SUBDIR += p5-Crypt-RIPEMD160 |