blob: eae4c7f9eb1d5c48dc0751d466f1a210bb6f0a04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Andrea Cervesato <andrea@cervesato.it>
PORTNAME= mod_qos
DISTVERSION= 11.72
CATEGORIES= www
MASTER_SITES= SF/mod-qos
DIST_SUBDIR= apache2
MAINTAINER= fax@nohik.ee
COMMENT= QoS for Apache
LICENSE= APACHE20
LIB_DEPENDS= libpcre.so:devel/pcre
USES= apache:2.2+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
.include <bsd.port.mk>
|