aboutsummaryrefslogtreecommitdiff
path: root/www/mod_bw/Makefile
blob: e2a536f21474142410001b6c509fe1995ee4e9bc (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
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	mod_bw
# Date created:				Sep 11 2005
# Whom:					Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	mod_bw
PORTVERSION=	0.8
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.ivn.cl/apache/files/source/
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	apache2

MAINTAINER=	apache@FreeBSD.org
COMMENT=	Bandwidth and Connection control per Virtual Host or Directory

MAKE_JOBS_SAFE=  yes

WRKSRC=		${WRKDIR}/mod_bw
USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

SRC_FILE=	mod_bw.c
PORTDOCS=	LICENSE mod_bw.txt

post-install:
.ifndef NOPORTDOCS
	@${MKDIR} ${DOCSDIR}
	@cd ${WRKSRC} && \
		${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>