1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/mod_log_firstbyte/Makefile
Olli Hauer 8136ee5a9f - add stage support
- add license
- minor cleanups

with hat apache@
2013-12-15 22:11:20 +00:00

29 lines
653 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
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>