aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_rpaf/Makefile
blob: c10d62b44704a7f1e5a3308540a2160d81404c86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

MAKE_JOBS_SAFE=  yes

USE_APACHE?=    13
AP_FAST_BUILD=  YES
AP_GENPLIST=    YES

.include <bsd.port.pre.mk>

.if ${APACHE_VERSION} >= 20
SRC_FILE=   mod_rpaf-2.0.c
.endif

.include <bsd.port.post.mk>