freebsd-ports/www/p5-Plack-App-Proxy/Makefile

32 lines
787 B
Makefile

# New ports collection makefile for: Plack::App::Proxy
# Date created: 04 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Plack-App-Proxy
PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= CPAN
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>=0.9913:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Plack::App::Proxy.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>