mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
77f8276a88
- Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
25 lines
414 B
Makefile
25 lines
414 B
Makefile
# Created by: Clement Laforet <clement@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_rpaf
|
|
PORTVERSION= 0.6.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Make proxied requests appear with client IP
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gnif
|
|
|
|
USE_APACHE= 22+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SHORTMODNAME= rpaf
|
|
|
|
SRC_FILE= mod_rpaf-2.0.c
|
|
|
|
.include <bsd.port.mk>
|