freebsd-ports/www/mod_rpaf2/Makefile
Olli Hauer 7076c32310 - fix build with apache24
PR:		ports/179525
Submitted by:	Alexander <morfin60@gmail.com>

M    mod_rpaf2/Makefile
A    mod_rpaf2/files
AM   mod_rpaf2/files/patch-mod_rpaf-2.0.c
2013-06-22 19:59:57 +00:00

23 lines
451 B
Makefile

# Created by: Clement Laforet <clement@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_rpaf2
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://stderr.net/apache/rpaf/download/
DISTNAME= mod_rpaf-${PORTVERSION}
MAINTAINER= apache@FreeBSD.org
COMMENT= Make proxied requests appear with client IP
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= rpaf
SRC_FILE= mod_rpaf-2.0.c
.include <bsd.port.mk>