1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/mod_reproxy/Makefile
Bernard Spil 88b492b029 Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 17:38:45 +00:00

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>