summaryrefslogtreecommitdiff
path: root/www/mod_log_firstbyte/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_log_firstbyte/Makefile')
-rw-r--r--www/mod_log_firstbyte/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/mod_log_firstbyte/Makefile b/www/mod_log_firstbyte/Makefile
deleted file mode 100644
index d391aee486a9..000000000000
--- a/www/mod_log_firstbyte/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mod_log_firstbyte
-PORTVERSION= 1.01
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-DISTFILES= ${PORTNAME}.c readme.txt
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Log the time between request and the first byte of the response served
-
-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+
-
-PKGMESSAGE= ${WRKSRC}/readme.txt
-
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-do-extract:
- ${MKDIR} ${WRKSRC}
- ${CP} ${DISTFILES:S|^|${DISTDIR}/${DIST_SUBDIR}/|} ${WRKSRC}
-
-.include <bsd.port.mk>