1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/mod_rpaf/Makefile
Clement Laforet e7e703270a - Fix INDEX build again...
Sorry
2005-12-06 17:31:33 +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.5
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>