summaryrefslogtreecommitdiff
path: root/www/mod_chroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_chroot/Makefile')
-rw-r--r--www/mod_chroot/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile
deleted file mode 100644
index fbba0594951b..000000000000
--- a/www/mod_chroot/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Alexey A.Ukhov <auk@startext.de>
-# $FreeBSD$
-
-PORTNAME= mod_chroot
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= The mod_chroot makes running Apache in a chroot easy
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= apache:2.2+ cpe
-CPE_VENDOR= marek_gutkowski
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-PORTDOCS= INSTALL CAVEATS README.Apache20 README
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>