2001-04-11 00:28:40 +02:00
|
|
|
# New ports collection makefile for: mod_auth_any
|
|
|
|
# Date created: 10 April 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_any
|
2004-10-18 21:22:28 +02:00
|
|
|
PORTVERSION= 1.5
|
2001-04-11 00:28:40 +02:00
|
|
|
CATEGORIES= www
|
2003-10-06 15:00:08 +02:00
|
|
|
MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
|
2001-04-11 00:28:40 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Apache module to use any command line program to authenticate a user
|
2001-04-11 00:28:40 +02:00
|
|
|
|
2005-12-04 17:16:17 +01:00
|
|
|
USE_APACHE= 13+
|
2004-04-16 15:38:17 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
2003-10-06 15:00:08 +02:00
|
|
|
|
2004-04-16 15:38:17 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-04 17:16:17 +01:00
|
|
|
|
|
|
|
.if ${APACHE_VERSION} >= 20
|
|
|
|
AP_EXTRAS+= -DWITH_APACHE2=1
|
2004-08-08 11:35:18 +02:00
|
|
|
.endif
|
|
|
|
|
2004-04-16 15:38:17 +02:00
|
|
|
.include <bsd.port.post.mk>
|