aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gzip2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_gzip2/Makefile')
-rw-r--r--www/mod_gzip2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile
deleted file mode 100644
index 1b2f5bc30502..000000000000
--- a/www/mod_gzip2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: mod_gzip Apache module
-# Date created: Dec 13 2000
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_gzip
-PORTVERSION= 1.3.19.2a
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mod-gzip
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= sysadmin@alexdupre.com
-
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
-RUN_DEPENDS= ${APXS}:${APACHE_PORT}
-
-APXS?= ${LOCALBASE}/sbin/apxs
-APACHE_PORT?= ${PORTSDIR}/www/apache13
-
-ALL_TARGET= build
-
-.include <bsd.port.mk>