97f851e46d
Upstream changes: 0.27 02/26/2013 - Remove more HTTP::Headers assumptions 0.26 02/26/2013 - Add parent dependency 0.25 11/10/2012 - Fix problem with META.yml 0.24 11/10/2012 - Skip CONNECT test on Windows 0.23 11/05/2012 - Fix test failures from newer HTTP::Headers 0.22 - Filter out Status header since it's forbidden in PSGI spec (miyagawa) 0.21 - Bump version to fix some CPAN issues. 0.20 - Fix auto guessing of RewriteLocation.
24 lines
828 B
Makefile
24 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/07/13 12:12:31 wen Exp $
|
|
|
|
DISTNAME= Plack-App-Proxy-0.27
|
|
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}
|
|
|
|
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"
|