aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_imap2
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-05 15:15:02 +0000
committerClement Laforet <clement@FreeBSD.org>2004-06-05 15:15:02 +0000
commit98625b31a4c49a607f0046bfeb59ee18d43ac422 (patch)
tree26983407f3de3e54ff6907049a731026616e57c3 /www/mod_auth_imap2
parentd9f91233180049aa8ebb2d0390478ae065e52ee7 (diff)
downloadports-98625b31a4c49a607f0046bfeb59ee18d43ac422.tar.gz
ports-98625b31a4c49a607f0046bfeb59ee18d43ac422.zip
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/
Notes
Notes: svn path=/head/; revision=110896
Diffstat (limited to 'www/mod_auth_imap2')
-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
3 files changed, 37 insertions, 0 deletions
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/