1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/mod_auth_external2/Makefile
Philip M. Gollucci ee087fc6d0 - Works with apache 2.0.x and 2.2.x
Reported by:    Vlad GURDIGA <gurdiga@gmail.com> via apache@ list
With Hat:       apache@
2010-05-07 17:54:30 +00:00

35 lines
744 B
Makefile

# New ports collection makefile for: mod_auth_external2
# Date created: Fri Oct 10
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
PORTNAME= mod_auth_external
PORTVERSION= 2.2.11
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
DIST_SUBDIR= apache20
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users authentication based on external mechanisms
MAKE_JOBS_SAFE= yes
USE_APACHE= 20+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
LATEST_LINK= mod_auth_external2
SHORTMODNAME= auth_external
PORTDOCS= AUTHENTICATORS INSTALL README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
. for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
. endfor
.endif
.include <bsd.port.mk>