mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
88b492b029
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache
20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mod_reproxy
|
|
PORTVERSION= 0.02.20110826
|
|
CATEGORIES= www
|
|
MASTER_SITES= LOCAL/kuriyama
|
|
|
|
MAINTAINER= kuriyama@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>
|