4a900a586d
PR: 222594 Submitted by: Eero Hänninen <fax@nohik.ee> (maintainer)
21 lines
364 B
Makefile
21 lines
364 B
Makefile
# Created by: Andrea Cervesato <andrea@cervesato.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_qos
|
|
PORTVERSION= 11.43
|
|
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>
|