diff options
author | clement <clement@FreeBSD.org> | 2004-06-05 23:12:53 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-05 23:12:53 +0800 |
commit | a7d1e7c85dc41ad0c9abd0efefb8aad3317244fb (patch) | |
tree | c1bb47c9160b5399f7c32d4fbf081f606af50c5a /www/Makefile | |
parent | 2a4caceb7f8195ff4ed017d777815db63924d0ea (diff) | |
download | freebsd-ports-gnome-a7d1e7c85dc41ad0c9abd0efefb8aad3317244fb.tar.gz freebsd-ports-gnome-a7d1e7c85dc41ad0c9abd0efefb8aad3317244fb.tar.zst freebsd-ports-gnome-a7d1e7c85dc41ad0c9abd0efefb8aad3317244fb.zip |
Add mod_auth_imap 1.1
An Apache module to provide authentication via an IMAP mail server.
WWW: http://ben.brillat.net/projects/mod_auth_imap/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c44d0fcc13d1..2988f7b00961 100644 --- a/www/Makefile +++ b/www/Makefile @@ -215,6 +215,7 @@ SUBDIR += mod_auth_cookie_mysql SUBDIR += mod_auth_external SUBDIR += mod_auth_external2 + SUBDIR += mod_auth_imap SUBDIR += mod_auth_kerb SUBDIR += mod_auth_mysql SUBDIR += mod_auth_mysql41_ap2 |