1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/mod_auth_any/Makefile
Clement Laforet f1ed3c8d88 - Convert to new USE_APACHE
- Add SHA256
2005-12-04 16:16:17 +00:00

28 lines
546 B
Makefile

# New ports collection makefile for: mod_auth_any
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_auth_any
PORTVERSION= 1.5
CATEGORIES= www
MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to use any command line program to authenticate a user
USE_APACHE= 13+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} >= 20
AP_EXTRAS+= -DWITH_APACHE2=1
.endif
.include <bsd.port.post.mk>