freebsd-ports/www/mod_curb/Makefile
Clement Laforet 146dcd05a3 - Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
2005-12-04 14:08:56 +00:00

28 lines
587 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:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.mk>