blob: 30a1bcc6c1fbbc38bdbeef325bc38855f58c0a63 (
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
|
# New ports collection makefile for: mod_curb
# Date created: Sep 7 2005
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_curb
PORTVERSION= 1.1
CATEGORIES= www
MASTER_SITES= http://www.steve.org.uk/Software/mod_curb/
DISTNAME= ${PORTNAME:C/_/-/}-${PORTVERSION}
DIST_SUBDIR= apache
MAINTAINER= apache@FreeBSD.org
COMMENT= A per-server bandwidth limiter module for Apache 1.3
WANT_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= README
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.post.mk>
|