freebsd-ports/www/mod_log_firstbyte/Makefile

29 lines
653 B
Makefile
Raw Normal View History

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_log_firstbyte
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= www
2008-04-17 00:54:50 +02:00
MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTFILES= ${PORTNAME}.c readme.txt
DIST_SUBDIR= ${PORTNAME}
2010-06-07 21:15:42 +02:00
MAINTAINER= apache@FreeBSD.org
COMMENT= Log the time between request and the first byte of the response served
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>