freebsd-ports/www/mod_remoteip/Makefile
Philip M. Gollucci 34b4b07b1a Backport of the Apache 2.3 module that replaces the apparent client
remote IP address and hostname for the request with the IP address
list presented by a proxy or load balancer via the request headers.

WWW:	http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html

PR:		        ports/146509
Submitted by:	Jim Riggs <ports at christianserving.org>
2010-05-12 22:49:44 +00:00

23 lines
510 B
Makefile

# New ports collection makefile for: mod_remoteip
# Date created: 2010-05-11
# Whom: 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= 2.2+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
SRC_FILE= modules/metadata/${PORTNAME}.c
.include <bsd.port.mk>