blob: 5f624744df9abd0ee698ae03310954a07b45a723 (
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
|
# New ports collection makefile for: mod_rpaf
# Date created: Mar 17, 2003
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_rpaf
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= http://stderr.net/apache/rpaf/download/
MAINTAINER= apache@FreeBSD.org
COMMENT= Make proxied requests appear with client IP
AP_FAST_BUILD= YES
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP2_SRC_FILE= mod_rpaf-2.0.c
AP2_PKGNAMESUFFIX= -ap2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
.include <bsd.port.post.mk>
|