2004-01-06 01:47:23 +01:00
|
|
|
# New ports collection makefile for: mod_limitipconn2
|
|
|
|
# Date created: 18 November 2003
|
|
|
|
# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_limitipconn
|
2008-11-26 05:53:43 +01:00
|
|
|
PORTVERSION= 0.23
|
2010-09-16 06:10:28 +02:00
|
|
|
PORTREVISION= 2
|
2004-01-06 01:47:23 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://dominia.org/djao/limit/
|
2010-05-25 22:17:37 +02:00
|
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
2004-01-06 01:47:23 +01:00
|
|
|
DIST_SUBDIR= apache2
|
|
|
|
|
2005-01-24 06:19:03 +01:00
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
2004-01-06 01:47:23 +01:00
|
|
|
COMMENT= Allows you to limit the number of simultaneous connexions
|
|
|
|
|
2010-06-23 20:53:13 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-21 22:45:34 +02:00
|
|
|
|
2004-05-19 11:05:27 +02:00
|
|
|
LATEST_LINK= mod_limitipconn2
|
|
|
|
|
2008-11-26 05:53:43 +01:00
|
|
|
USE_APACHE= 2.0+
|
|
|
|
USE_BZIP2= YES
|
2004-01-06 01:47:23 +01:00
|
|
|
|
2010-09-16 06:10:28 +02:00
|
|
|
AP_FAST_BUILD= yes
|
2010-06-23 20:53:13 +02:00
|
|
|
AP_GENPLIST= yes
|
2004-01-06 01:47:23 +01:00
|
|
|
|
2010-06-23 20:53:13 +02:00
|
|
|
PLIST_FILES+= ${APACHEMODDIR}/${PORTNAME}.so
|
2004-01-06 01:47:23 +01:00
|
|
|
|
2010-06-23 20:53:13 +02:00
|
|
|
PORTDOCS= ChangeLog INSTALL README
|
2004-01-06 01:47:23 +01:00
|
|
|
|
2010-06-23 20:53:13 +02:00
|
|
|
post-install:
|
2004-01-06 01:47:23 +01:00
|
|
|
.if !defined (NOPORTDOCS)
|
2010-06-23 20:53:13 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}/
|
2004-01-06 01:47:23 +01:00
|
|
|
. for f in ${PORTDOCS}
|
2010-06-23 20:53:13 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
2004-01-06 01:47:23 +01:00
|
|
|
. endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|