1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Olli Hauer 998668793b - new port www/mod_qos
mod_qos is a quality of service module for the Apache web server implementing
control mechanisms that can provide different levels of priority to different
HTTP requests.

WWW: http://opensource.adnovum.ch/mod_qos/

PR:		ports/179256
Submitted by:	Andrea Cervesato <andrea.cervesato@gmail.com>
2013-06-23 19:22:41 +00:00

23 lines
395 B
Makefile

# Created by: Andrea Cervesato <andrea@cervesato.it>
# $FreeBSD$
PORTNAME= mod_qos
PORTVERSION= 10.15
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= mod-qos
DIST_SUBDIR= apache2
MAINTAINER= andrea@cervesato.it
COMMENT= Qos for Apache
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
AP_GENPLIST= yes
AP_FAST_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
.include <bsd.port.mk>