summaryrefslogtreecommitdiff
path: root/www/mod_authz_unixgroup/Makefile
blob: 718e22d4f41e6c86029a6ef03bf48070a1d14973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Will Stacey <will@at.org>
# $FreeBSD$

PORTNAME=	mod_authz_unixgroup
PORTVERSION=	1.0.3
CATEGORIES=	www
MASTER_SITES=	http://mod-auth-external.googlecode.com/files/
DIST_SUBDIR=	apache2

MAINTAINER=	apache@FreeBSD.org
COMMENT=	UNIX group access control module for Apache 2.2

LICENSE=	AL2

PORTSCOUT=	limit:^1\.0\.

USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	authz_unixgroup

.include <bsd.port.mk>