mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add mod_auth_imap 2.0.
An Apache 2module to provide authentication via an IMAP mail server. WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/
This commit is contained in:
parent
d9f9123318
commit
98625b31a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110896
@ -216,6 +216,7 @@
|
||||
SUBDIR += mod_auth_external
|
||||
SUBDIR += mod_auth_external2
|
||||
SUBDIR += mod_auth_imap
|
||||
SUBDIR += mod_auth_imap2
|
||||
SUBDIR += mod_auth_kerb
|
||||
SUBDIR += mod_auth_mysql
|
||||
SUBDIR += mod_auth_mysql41_ap2
|
||||
|
32
www/mod_auth_imap2/Makefile
Normal file
32
www/mod_auth_imap2/Makefile
Normal 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= 2.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.zhen.org/software/mod_auth_imap/
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= apache2
|
||||
|
||||
MAINTAINER= clement@FreeBSD.org
|
||||
COMMENT= An Apache 2 module to provide authentication via an IMAP mail server
|
||||
|
||||
WANT_APACHE= 2
|
||||
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>
|
2
www/mod_auth_imap2/distinfo
Normal file
2
www/mod_auth_imap2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (apache2/mod_auth_imap-2.0.tgz) = 0f4a621e15a7c36555909448810397b3
|
||||
SIZE (apache2/mod_auth_imap-2.0.tgz) = 12525
|
3
www/mod_auth_imap2/pkg-descr
Normal file
3
www/mod_auth_imap2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An Apache 2 module to provide authentication via an IMAP mail server.
|
||||
|
||||
WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/
|
Loading…
Reference in New Issue
Block a user