freebsd-ports/www/mod_authz_unixgroup24/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

24 lines
490 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
BROKEN= Unfetchable (google code has gone away)
PORTSCOUT= limit:^1\.1\.
USE_APACHE= 24
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= authz_unixgroup
.include <bsd.port.mk>