opnsense-ports/www/mod_log_firstbyte/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 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>