mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
9cbb89ee80
ChangeLog: https://mod-qos.sourceforge.net/CHANGES.txt - Fixed: Potential counter overflow for early event detection (increment before block) or log only mode. PR: 271703 Reported by: fax@nohik.ee (maintainer)
23 lines
378 B
Makefile
23 lines
378 B
Makefile
PORTNAME= mod_qos
|
|
DISTVERSION= 11.74
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/mod-qos
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= QoS for Apache
|
|
WWW= https://mod-qos.sourceforge.net/
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
|
|
|
USES= apache
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
|
|
|
|
.include <bsd.port.mk>
|