mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
17 lines
328 B
Makefile
17 lines
328 B
Makefile
PORTNAME= mod_reproxy
|
|
PORTVERSION= 0.02.20110826
|
|
CATEGORIES= www
|
|
MASTER_SITES= LOCAL/kuriyama
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Apache module to support x-reproxy-url header
|
|
|
|
LICENSE= APACHE20
|
|
|
|
WRKSRC= ${WRKDIR}/lestrrat-mod_reproxy-0f945ff
|
|
|
|
USES= apache:2.2+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|