freebsd-ports/www/mod_log_firstbyte/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

30 lines
703 B
Makefile

# 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)
USE_APACHE= 22+
PROJECTHOST= mod-log-firstbyte
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>