blob: fdeee2d668eb3d3370df94bc89333bfe62ee74e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= mod_reproxy
PORTVERSION= 0.02.20110826
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Apache module to support x-reproxy-url header
LICENSE= APACHE20
WRKSRC= ${WRKDIR}/lestrrat-mod_reproxy-0f945ff
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>
|