freebsd-ports/www/mod_qos/Makefile
Pawel Pekala 99d81a8fa8 Update to version 11.31
Release highlights:
 - QS_SetReqHeader supports header removal (unset) by prefixing
   the header name with "!".
 - QS_SetEnvIfResBody supports variable removal (unset) by
   prefixing the variably with "!".
 - New cookie data format (user tracking, vip, milestones).

PR:		211545
Submitted by:	Eero Hanninen (maintainer)
2016-08-03 20:05:20 +00:00

21 lines
364 B
Makefile

# Created by: Andrea Cervesato <andrea@cervesato.it>
# $FreeBSD$
PORTNAME= mod_qos
PORTVERSION= 11.31
CATEGORIES= www
MASTER_SITES= SF/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>