aboutsummaryrefslogtreecommitdiff
path: root/www/mod_qos/Makefile
blob: 48f2cf948602cc9d545520a00ff0a2f09e960309 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Andrea Cervesato <andrea@cervesato.it>

PORTNAME=	mod_qos
DISTVERSION=	11.66
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>