diff options
author | brix <brix@FreeBSD.org> | 2008-06-02 04:57:22 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2008-06-02 04:57:22 +0800 |
commit | 908bc3509ebc67ed3c41e6d289c38f09c58ddbf2 (patch) | |
tree | 40871967c9360bdaba84d48895c9d18875af8d82 /security/Makefile | |
parent | 0ff8c0b703f2b2e24b263be2f2de013af868c915 (diff) | |
download | freebsd-ports-gnome-908bc3509ebc67ed3c41e6d289c38f09c58ddbf2.tar.gz freebsd-ports-gnome-908bc3509ebc67ed3c41e6d289c38f09c58ddbf2.tar.zst freebsd-ports-gnome-908bc3509ebc67ed3c41e6d289c38f09c58ddbf2.zip |
This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling
functions.
WWW: http://search.cpan.org/dist/Authen-DecHpwd/
Approved by: erwin (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 cadf3ce10594..098865e5b024 100644 --- a/security/Makefile +++ b/security/Makefile @@ -328,6 +328,7 @@ SUBDIR += p5-Authen-Bitcard SUBDIR += p5-Authen-Captcha SUBDIR += p5-Authen-CyrusSASL + SUBDIR += p5-Authen-DecHpwd SUBDIR += p5-Authen-Htpasswd SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-Libwrap |