20 lines
404 B
Makefile
20 lines
404 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
|
|
|
|
|
|
USE_APACHE= 22
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SHORTMODNAME= authz_unixgroup
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|