mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
137cfe65a7
- add local IP exception patch [1] found on upstream (mod_limitipconn_local_IP_patch.diff) PR: ports/186281 [1] Submitted by: Tilghman Lesher <tlesher@mtadistributors.com> Approved by: Yuan-Chung Hsiao <ychsiao@gmail.com> (maintainer per PM)
32 lines
658 B
Makefile
32 lines
658 B
Makefile
# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_limitipconn
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://dominia.org/djao/limit/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 2
|
|
DIST_SUBDIR= apache2
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= Allows you to limit the number of simultaneous connexions
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_APACHE= 22+
|
|
USE_BZIP2= yes
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
PLIST_FILES+= ${APACHEMODDIR}/${PORTNAME}.so
|
|
|
|
PORTDOCS= ChangeLog INSTALL README
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|