blob: b382ade9e00e05181c621143ee4e0cb3ee906f84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: mod_authz_unixgroup
# Date created: July 18, 2007
# Whom: Will Stacey <will@at.org>
#
# $FreeBSD$
#
PORTNAME= mod_authz_unixgroup
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
MAINTAINER= will@at.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
.include <bsd.port.mk>
|