freebsd-ports/www/mod_auth_any/Makefile

28 lines
546 B
Makefile
Raw Normal View History

# 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
CATEGORIES= www
MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
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
USE_APACHE= 13+
2004-04-16 15:38:17 +02:00
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
2004-04-16 15:38:17 +02:00
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} >= 20
AP_EXTRAS+= -DWITH_APACHE2=1
.endif
2004-04-16 15:38:17 +02:00
.include <bsd.port.post.mk>