mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# New ports collection makefile for: mod_reproxy
|
|
# Date created: 2 Jan 2012
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
WRKSRC= ${WRKDIR}/lestrrat-mod_reproxy-0f945ff
|
|
USE_APACHE= 20+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|