1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/www/mod_auth_imap2/Makefile
Olli Hauer e3da0dc925 - fix typo /mod_mask/mod_umask/
Noted by Ralf Gebhart and beat@
2012-08-29 11:47:29 +00:00

38 lines
841 B
Makefile

# 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.2.0
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap2/
DISTNAME= mod_auth_imap2-${PORTVERSION}
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache 2 module to provide authentication via an IMAP mail server
LICENSE= GPLv2
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION}
USE_APACHE= 22+
LATEST_LINK= mod_auth_imap2
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= htaccess-example httpd.conf-append-example
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>