freebsd-ports/www/mod_authz_unixgroup24/Makefile
Olli Hauer e8970119d6 - new port mod_authz_unixgroup for Apache 2.4.x
Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache
version 2.4.  If you have Apache 2.2 you should be using version 1.0.x of
this module instead.

If you are having users authenticate with real Unix login ID over the net,
using something like my mod_authnz_external / pwauth combination, and you
want to do access control based on unix group membership, then
mod_authz_unixgroup is exactly what you need.

WWW: http://www.unixpapa.com/mod_authz_unixgroup/

PR:		194322
Submitted by:	mwisnicki+freebsd@gmail.com
2014-10-26 18:17:17 +00:00

22 lines
440 B
Makefile

# Created by: Will Stacey <will@at.org>
# $FreeBSD$
PORTNAME= mod_authz_unixgroup
PORTVERSION= 1.1.0
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.4
LICENSE= APACHE20
PORTSCOUT= limit:^1\.1\.
USE_APACHE= 24
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= authz_unixgroup
.include <bsd.port.mk>