- also updated LICENSE PR: 239551 Reported by: dewayne@heuristicsystems.com.au Approved by: Eero Haenninen <fax@nohik.ee> (maintainer) Relnotes: https://sourceforge.net/p/mod-qos/source/HEAD/tree/tags/REL_11_63/doc/CHANGES.txt
22 lines
370 B
Makefile
22 lines
370 B
Makefile
# Created by: Andrea Cervesato <andrea@cervesato.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_qos
|
|
DISTVERSION= 11.63
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/mod-qos
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= QoS for Apache
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= apache:2.2+
|
|
|
|
AP_GENPLIST= yes
|
|
AP_FAST_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
|
|
|
|
.include <bsd.port.mk>
|