1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/mod_curb/Makefile
Ion-Mihai Tetcu c9fe2dbd14 Fix plist with -DNOPORT*.
Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-08 07:43:28 +00:00

31 lines
613 B
Makefile

# 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
USE_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
PORTDOCS= README
post-install:
.ifndef NOPORTDOCS
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>