mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
9ca76c4f29
Release high lights from changelog: - Adds variable QS_ResponseDelayTime showing the delay time (us) calcualted for reponse throttling. - New variable QS_Timeout. PR: ports/190258 Submitted by: Eero Hänninen <fax@nohik.ee> (maintainer)
23 lines
382 B
Makefile
23 lines
382 B
Makefile
# Created by: Andrea Cervesato <andrea@cervesato.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_qos
|
|
PORTVERSION= 11.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= mod-qos
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= QoS for Apache
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_APACHE= 22+
|
|
AP_GENPLIST= yes
|
|
AP_FAST_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
|
|
|
|
.include <bsd.port.mk>
|