freebsd-ports/www/mod_authz_unixgroup/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

24 lines
504 B
Makefile

# 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.1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
MAINTAINER= apache@FreeBSD.org
COMMENT= A unix group access control module for Apache 2.1 and later
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
SHORTMODNAME= authz_unixgroup
.include <bsd.port.mk>