mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4fb1cfb1cd
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
23 lines
440 B
Makefile
23 lines
440 B
Makefile
# 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/
|
|
DIST_SUBDIR= apache2
|
|
|
|
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>
|