freebsd-ports/www/mod_auth_external2/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

35 lines
759 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
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users authentication based on external mechanisms
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
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>