aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-05 15:12:53 +0000
committerClement Laforet <clement@FreeBSD.org>2004-06-05 15:12:53 +0000
commitd9f91233180049aa8ebb2d0390478ae065e52ee7 (patch)
tree1cd277b5e10e345aeb803f16fbde0fdcacbdebd8 /www
parent40ba6356cccfc94f8fe24e66ab79393169e9df04 (diff)
downloadports-d9f91233180049aa8ebb2d0390478ae065e52ee7.tar.gz
ports-d9f91233180049aa8ebb2d0390478ae065e52ee7.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_auth_imap/Makefile32
-rw-r--r--www/mod_auth_imap/distinfo2
-rw-r--r--www/mod_auth_imap/pkg-descr3
4 files changed, 38 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
diff --git a/www/mod_auth_imap/Makefile b/www/mod_auth_imap/Makefile
new file mode 100644
index 000000000000..e79f13e47a5a
--- /dev/null
+++ b/www/mod_auth_imap/Makefile
@@ -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>
diff --git a/www/mod_auth_imap/distinfo b/www/mod_auth_imap/distinfo
new file mode 100644
index 000000000000..8318cda40f81
--- /dev/null
+++ b/www/mod_auth_imap/distinfo
@@ -0,0 +1,2 @@
+MD5 (apache/mod_auth_imap-1.1.tar.gz) = 43adcd9d754786306107b4425116663e
+SIZE (apache/mod_auth_imap-1.1.tar.gz) = 12532
diff --git a/www/mod_auth_imap/pkg-descr b/www/mod_auth_imap/pkg-descr
new file mode 100644
index 000000000000..23983346e308
--- /dev/null
+++ b/www/mod_auth_imap/pkg-descr
@@ -0,0 +1,3 @@
+An Apache module to provide authentication via an IMAP mail server.
+
+WWW: http://ben.brillat.net/projects/mod_auth_imap/