blob: 0f5f942d58501710b99830f7a5bfaa4e8d554cbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
PORTNAME= mod_remoteip
PORTVERSION= 2.3.5.a
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-2.3.5-alpha
MAINTAINER= ports@christianserving.org
COMMENT= Replaces the client IP address/hostname with that given by a proxy
USE_APACHE= 22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= modules/metadata/${PORTNAME}.c
NO_STAGE= yes
.include <bsd.port.mk>
|