mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
24 lines
444 B
Makefile
24 lines
444 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
|
|
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SHORTMODNAME= rpaf
|
|
|
|
SRC_FILE= mod_rpaf-2.0.c
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|