1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/mod_reproxy/Makefile
Olli Hauer 8136ee5a9f - add stage support
- add license
- minor cleanups

with hat apache@
2013-12-15 22:11:20 +00:00

21 lines
371 B
Makefile

# $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= AL2
WRKSRC= ${WRKDIR}/lestrrat-mod_reproxy-0f945ff
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>