freebsd-ports/www/mod_limitipconn/Makefile
Ying-Chieh Liao fe70b15147 * Fix building problem when PATH doesn't contain /usr/local/sbin.
* Use tarball's Makefile to install.
* Bump PORTREVISION.

PR:		51176
Submitted by:	maintainer
2003-04-20 08:12:03 +00:00

27 lines
637 B
Makefile

# New ports collection makefile for: mod_limitipconn
# Date created: 18 April 2003
# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= mod_limitipconn
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://dominia.org/djao/limit/
MAINTAINER= gslin@ccca.nctu.edu.tw
COMMENT= Limit the number of simultaneous connections from a single client IP address
BUILD_DEPENDS?= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS?= ${BUILD_DEPENDS}
APXS?= ${LOCALBASE}/sbin/apxs
USE_REINPLACE= yes
post-patch:
${REINPLACE_CMD} -e 's,^APXS = .*,APXS = ${APXS},' ${WRKSRC}/Makefile
.include <bsd.port.mk>