25490f75d0
Changes from previous: 0.19 - Add pluggable backends, since AnyEvent seems to be flaky on some systems. (doy) 0.18 02/17/2010 - Fixes for RewriteLocation when used on a mounted proxy (hiratara, rbuels) - Ignore $ENV{http_proxy} - Include reason for failure in 502 response - Disabled persistent HTTP connection option in AnyEvent::HTTP 0.17 01/19/2010 - Bump version to fix some CPAN issues 0.16 01/12/2010 - Rewrite proxy code to use AnyEvent::HTTP's on_body callback. This gets chunked and gzipped responses working.
26 lines
869 B
Makefile
26 lines
869 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/11/16 08:05:28 hiramatsu Exp $
|
|
|
|
DISTNAME= Plack-App-Proxy-0.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Plack-App-Proxy/
|
|
COMMENT= Plack middleware proxy application
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Plack/App/Proxy/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
|
|
DEPENDS+= p5-AnyEvent-HTTP>=1.44:../../www/p5-AnyEvent-HTTP
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Plack>=0.9913:../../www/p5-Plack
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|