2003-10-14 12:57:45 +02:00
|
|
|
# New ports collection makefile for: mod_auth_external2
|
|
|
|
# Date created: Fri Oct 10
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_external
|
2005-10-30 23:03:29 +01:00
|
|
|
PORTVERSION= 2.2.10
|
2003-10-14 12:57:45 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.unixpapa.com/software/
|
2005-10-30 23:03:29 +01:00
|
|
|
DIST_SUBDIR= apache2
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-10-14 12:57:45 +02:00
|
|
|
COMMENT= Allows users authentication based on external mechanisms
|
|
|
|
|
2005-12-04 17:39:10 +01:00
|
|
|
USE_APACHE= 20+
|
2004-07-11 11:18:44 +02:00
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
2003-10-14 12:57:45 +02:00
|
|
|
LATEST_LINK= mod_auth_external2
|
2006-02-14 12:41:12 +01:00
|
|
|
SHORTMODNAME= auth_external
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2003-12-21 19:40:44 +01:00
|
|
|
PORTDOCS= AUTHENTICATORS INSTALL README
|
2003-10-14 12:57:45 +02:00
|
|
|
|
2004-07-11 11:18:44 +02:00
|
|
|
post-install:
|
2003-10-14 12:57:45 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-12-21 19:40:44 +01:00
|
|
|
. for f in ${PORTDOCS}
|
2003-10-14 12:57:45 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
. endfor
|
|
|
|
.endif
|
|
|
|
|
2005-12-04 17:39:10 +01:00
|
|
|
.include <bsd.port.mk>
|