diff options
Diffstat (limited to 'www/mod_jail/Makefile')
-rw-r--r-- | www/mod_jail/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www/mod_jail/Makefile b/www/mod_jail/Makefile deleted file mode 100644 index 81c75d4b0461..000000000000 --- a/www/mod_jail/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Frank Laszlo <laszlof@vonostingroup.com> -# $FreeBSD$ - -PORTNAME= mod_jail -PORTVERSION= 0.5.2 -CATEGORIES= www -MASTER_SITES= http://mod-jail.googlecode.com/files/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache module to enable an easy alternative to mod_chroot - -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 - -USE_APACHE= 22+ -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -.include <bsd.port.pre.mk> - -post-extract: - @${REINPLACE_CMD} -e "s|= apxs|= ${APXS}|" ${WRKSRC}/Makefile - -.include <bsd.port.post.mk> |