1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/mod_qos/Makefile
Eero Hänninen 57eb6489a0 www/mod_qos: Update 11.74 → 11.75
- QS_ClientIpFromHeader supports other modules (e.g. mod_remoteip)
   setting a client address to the request record when using the special
   header name #USERAGENT_IP.
https://mod-qos.sourceforge.net/CHANGES.txt

PR:	280799
2024-08-13 19:18:01 +03:00

23 lines
378 B
Makefile

PORTNAME= mod_qos
DISTVERSION= 11.75
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>