b7fc7ba655
- adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Created by: Will Stacey <will@at.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_authz_unixgroup
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.unixpapa.com/software/
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= A unix group access control module for Apache 2.1 and later
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 22
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SHORTMODNAME= authz_unixgroup
|
|
|
|
.include <bsd.port.mk>
|