freebsd-ports/www/mod_rpaf2/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- 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
2016-06-01 13:15:36 +00:00

24 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>