blob: e90a53fb3acfc4c7aeb300925c73e886e2cc9975 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: mod_log_firstbyte
# Date created: January 29, 2008
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_log_firstbyte
PORTVERSION= 1.01
CATEGORIES= www
MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTFILES= ${PORTNAME}.c readme.txt
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Log the time between request and the first byte of the response served
MAKE_JOBS_SAFE= yes
USE_APACHE= 2.0+
PROJECTHOST= mod-log-firstbyte
PKGMESSAGE= ${WRKSRC}/readme.txt
AP_FAST_BUILD= yes
AP_GENPLIST= yes
do-extract:
${MKDIR} ${WRKSRC}
cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|