diff options
Diffstat (limited to 'www/mod_authz_unixgroup/Makefile')
-rw-r--r-- | www/mod_authz_unixgroup/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/mod_authz_unixgroup/Makefile b/www/mod_authz_unixgroup/Makefile new file mode 100644 index 000000000000..13b620d00e68 --- /dev/null +++ b/www/mod_authz_unixgroup/Makefile @@ -0,0 +1,21 @@ +# 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.0 +CATEGORIES= www +MASTER_SITES= http://www.unixpapa.com/software/ + +MAINTAINER= will@at.org +COMMENT= A unix group access control module for Apache 2.1 and later + +USE_APACHE= 22+ +AP_FAST_BUILD= YES +AP_GENPLIST= YES +SHORTMODNAME= mod_authz_unixgroup + +.include <bsd.port.mk> |