1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/mod_auth_external2/Makefile
Pav Lucistnik de968da4a0 - Correct SHORTMODNAME, it was renamed in 2.2.10
Reported by:	Lukas Maly <lukas.maly@col.cz>
2006-02-14 11:41:12 +00:00

33 lines
720 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.10
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users authentication based on external mechanisms
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>