diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-06-05 15:12:53 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-06-05 15:12:53 +0000 |
commit | d9f91233180049aa8ebb2d0390478ae065e52ee7 (patch) | |
tree | 1cd277b5e10e345aeb803f16fbde0fdcacbdebd8 /www/mod_auth_imap | |
parent | 40ba6356cccfc94f8fe24e66ab79393169e9df04 (diff) | |
download | ports-d9f91233180049aa8ebb2d0390478ae065e52ee7.tar.gz ports-d9f91233180049aa8ebb2d0390478ae065e52ee7.zip |
Notes
Diffstat (limited to 'www/mod_auth_imap')
-rw-r--r-- | www/mod_auth_imap/Makefile | 32 | ||||
-rw-r--r-- | www/mod_auth_imap/distinfo | 2 | ||||
-rw-r--r-- | www/mod_auth_imap/pkg-descr | 3 |
3 files changed, 37 insertions, 0 deletions
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/ |