freebsd-ports/www/mod_rpaf/Makefile

30 lines
550 B
Makefile
Raw Normal View History

# 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?= 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
2005-12-06 18:31:33 +01:00
PKGNAMESUFFIX= -ap2
.endif
.include <bsd.port.post.mk>