diff options
Diffstat (limited to 'www/mod_authz_unixgroup24/Makefile')
-rw-r--r-- | www/mod_authz_unixgroup24/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/mod_authz_unixgroup24/Makefile b/www/mod_authz_unixgroup24/Makefile deleted file mode 100644 index 819e2431a70a..000000000000 --- a/www/mod_authz_unixgroup24/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# 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) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -PORTSCOUT= limit:^1\.1\. - -USE_APACHE= 24 -AP_FAST_BUILD= yes -AP_GENPLIST= yes -SHORTMODNAME= authz_unixgroup - -.include <bsd.port.mk> |