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/
This commit is contained in:
Clement Laforet 2004-06-05 15:12:53 +00:00
parent 40ba6356cc
commit d9f9123318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110894
4 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: mod_auth_imap
# Date created: Jun 5 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_auth_imap
PORTVERSION= 1.1
CATEGORIES= www
MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap/
DIST_SUBDIR= apache
MAINTAINER= clement@FreeBSD.org
COMMENT= An Apache module to provide authentication via an IMAP mail server
WANT_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= htaccess-example httpd.conf-append-example
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (apache/mod_auth_imap-1.1.tar.gz) = 43adcd9d754786306107b4425116663e
SIZE (apache/mod_auth_imap-1.1.tar.gz) = 12532

View File

@ -0,0 +1,3 @@
An Apache module to provide authentication via an IMAP mail server.
WWW: http://ben.brillat.net/projects/mod_auth_imap/