1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/mod_rpaf/Makefile
Erwin Lansing 601d1565e2 Update to 0.6
PR:		119250
Submitted by:	Yarodin <yarodin@gmail.com>
2008-01-24 17:34:15 +00:00

28 lines
529 B
Makefile

# New ports collection makefile for: mod_rpaf
# Date created: Mar 17, 2003
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_rpaf
PORTVERSION= 0.6
CATEGORIES= www
MASTER_SITES= http://stderr.net/apache/rpaf/download/
MAINTAINER= apache@FreeBSD.org
COMMENT= Make proxied requests appear with client IP
USE_APACHE?= 1.3+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} >= 20
SRC_FILE= mod_rpaf-2.0.c
PKGNAMESUFFIX= -ap2
.endif
.include <bsd.port.post.mk>