2007-07-29 13:42:05 +02:00
|
|
|
# New ports collection makefile for: mod_authz_unixgroup
|
|
|
|
# Date created: July 18, 2007
|
|
|
|
# Whom: Will Stacey <will@at.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_authz_unixgroup
|
2009-03-22 21:53:13 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2007-07-29 13:42:05 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.unixpapa.com/software/
|
|
|
|
|
2009-05-01 11:13:24 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2007-07-29 13:42:05 +02:00
|
|
|
COMMENT= A unix group access control module for Apache 2.1 and later
|
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2007-07-29 13:42:05 +02:00
|
|
|
USE_APACHE= 22+
|
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
2007-12-16 13:47:26 +01:00
|
|
|
SHORTMODNAME= authz_unixgroup
|
2007-07-29 13:42:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|