mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
63f3e3b0d4
- s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
38 lines
808 B
Makefile
38 lines
808 B
Makefile
# 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
|
|
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
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 22+
|
|
|
|
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>
|