1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/mod_rpaf2/Makefile
2015-05-30 18:41:18 +00:00

25 lines
411 B
Makefile

# Created by: Clement Laforet <clement@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_rpaf
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= www
PKGNAMESUFFIX= 2
MAINTAINER= apache@FreeBSD.org
COMMENT= Make proxied requests appear with client IP
USE_GITHUB= yes
GH_ACCOUNT= gnif
GH_TAGNAME= bc7a495
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SHORTMODNAME= rpaf
SRC_FILE= mod_rpaf-2.0.c
.include <bsd.port.mk>