aboutsummaryrefslogtreecommitdiff
path: root/www/mod_qos/Makefile
blob: a8ca261b8f2efd791fbc9112471d86baec8f304c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

LICENSE=	GPLv2

USE_APACHE=	22+
AP_GENPLIST=	yes
AP_FAST_BUILD=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2

.include <bsd.port.mk>