head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.02.16.38.58;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_reproxy
# Date created:		2 Jan 2012
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/mod_reproxy/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

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=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.mk>
@


1.2
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@This module adds x-reproxy-url header support to Apache/2.x.

WWW: https://github.com/kazuho/mod_reproxy
@
text
@d18 1
a18 1
USE_APACHE=	20+
@

