head	1.9;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2013.03.03.15.05.40;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2013.01.14.14.56.12;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.10.20.03.37.30;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.10.18.42.39;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.11.10.24.14;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2011.03.27.10.39.40;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2011.02.26.08.19.07;	author kuriyama;	state Exp;
branches;
next	1.1;

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


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313353
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/p5-Plack-App-Proxy/Makefile 313353 2013-03-03 14:45:06Z kuriyama $

PORTNAME=	Plack-App-Proxy
PORTVERSION=	0.27
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:LEEDO
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Plack extension for proxy requests

RUN_DEPENDS=	\
	p5-AnyEvent-HTTP>=1.44:${PORTSDIR}/www/p5-AnyEvent-HTTP \
	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
	p5-Plack>=1.0013:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	\
	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP

PERL_CONFIGURE=	yes

MAN3=	Plack::App::Proxy.3 \
	Plack::App::Proxy::Backend.3 \
	Plack::App::Proxy::Backend::AnyEvent::HTTP.3 \
	Plack::App::Proxy::Backend::LWP.3 \
	Plack::App::Proxy::Test.3 \
	Plack::Middleware::Proxy::AddVia.3 \
	Plack::Middleware::Proxy::Connect.3 \
	Plack::Middleware::Proxy::LoadBalancer.3 \
	Plack::Middleware::Proxy::RewriteLocation.3

.include <bsd.port.mk>
@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310382
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/www/p5-Plack-App-Proxy/Makefile 310382 2013-01-14 14:26:29Z kuriyama $
d4 1
a4 1
PORTVERSION=	0.25
d16 1
a16 1
	p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack
@


1.7
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	Plack::App::Proxy
# Date created:		04 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Plack-App-Proxy/Makefile 306153 2012-10-20 03:37:30Z kuriyama $
#
d4 1
a4 1
PORTVERSION=	0.22
@


1.6
log
@SVN rev 306153 on 2012-10-20 03:37:30Z by kuriyama

- Upgrade to 0.22.

Feature safe: yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	0.21
d12 1
a12 1
MASTER_SITE_SUBDIR=	CPAN:HIRATARA
@


1.4
log
@- Upgrade to 0.21.

Feature safe:	yes
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.3
log
@- Upgrade to 0.19.
@
text
@d9 1
a9 1
PORTVERSION=	0.19
d12 1
a12 1
MASTER_SITE_SUBDIR=	CPAN:LEEDO
d23 3
@


1.2
log
@- Upgrade to 0.18.
@
text
@d9 1
a9 1
PORTVERSION=	0.18
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/L/LE/LEEDO
d27 3
@


1.1
log
@Plack::App::Proxy is a middleware-aware proxy application for Plack.

WWW: http://search.cpan.org/dist/Plack-App-Proxy/
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d12 1
@

