freebsd-ports/www/mod_authz_unixgroup/Makefile

23 lines
440 B
Makefile
Raw Normal View History

# 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/
2013-12-15 13:34:18 +01:00
DIST_SUBDIR= apache2
2009-05-01 11:13:24 +02:00
MAINTAINER= apache@FreeBSD.org
COMMENT= UNIX group access control module for Apache 2.2
LICENSE= APACHE20
PORTSCOUT= limit:^1\.0\.
USE_APACHE= 22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= authz_unixgroup
.include <bsd.port.mk>