aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_auth_imap2/Makefile32
-rw-r--r--www/mod_auth_imap2/distinfo2
-rw-r--r--www/mod_auth_imap2/pkg-descr3
4 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 2988f7b00961..34491950e000 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile
new file mode 100644
index 000000000000..742bf4a5b86f
--- /dev/null
+++ b/www/mod_auth_imap2/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= 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>
diff --git a/www/mod_auth_imap2/distinfo b/www/mod_auth_imap2/distinfo
new file mode 100644
index 000000000000..2f6a95f6f7fa
--- /dev/null
+++ b/www/mod_auth_imap2/distinfo
@@ -0,0 +1,2 @@
+MD5 (apache2/mod_auth_imap-2.0.tgz) = 0f4a621e15a7c36555909448810397b3
+SIZE (apache2/mod_auth_imap-2.0.tgz) = 12525
diff --git a/www/mod_auth_imap2/pkg-descr b/www/mod_auth_imap2/pkg-descr
new file mode 100644
index 000000000000..f1cf33d6a079
--- /dev/null
+++ b/www/mod_auth_imap2/pkg-descr
@@ -0,0 +1,3 @@
+An Apache 2 module to provide authentication via an IMAP mail server.
+
+WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/