0db0e67148
Adjust DEPENDS Upstream changes: 0.15 Mon Jan 7 15:59:54 PST 2013 - Cut down dependencies for tests (kazeburo) 0.14 Sat May 26 20:19:23 PDT 2012 - Fixed Plack dependency 0.13 Mon May 14 02:30:13 EEST 2012 - Reverted the fix in 0.12, instead fixing the test to not check port number 0.12 Sun May 13 09:30:58 EEST 2012 - Fixed the default HTTP port detection in case if it was https and use :80 (doy)
20 lines
629 B
Makefile
20 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/08/22 04:48:44 wen Exp $
|
|
|
|
DISTNAME= Plack-Middleware-ReverseProxy-0.15
|
|
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-Middleware-ReverseProxy/
|
|
COMMENT= Plack middleware to support reverse proxy
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Plack/Middleware/ReverseProxy/.packlist
|
|
|
|
DEPENDS+= p5-Plack>=0.9988:../../www/p5-Plack
|
|
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|