pkgsrc/www/p5-Plack-Middleware-ReverseProxy/Makefile
hiramatsu 006f93388d Updated p5-Plack-Middleware-ReverseProxy to 0.11.
Changes from previous:
0.11    Thu Oct 13 11:30:00 2011
        - test_requires 'Test::Base' instead of use_test_base (by tokuhirom)

0.10    Fri Aug 26 00:30:00 2011
        - fix dependency error (RT:70437 by bobtfish)

0.09    Tue May 03 20:02:00 2011
        - fix for x-forwarded-proto: http (by fujiwara)

0.08    Tue Nov 23 18:20:00 2010
        - Compatibility with Apache 1.x frontend

0.07    Sat Aug 28 09:40:00 2010
        - Fix dependencies
2011-11-11 04:32:49 +00:00

25 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/11/11 04:32:49 hiramatsu Exp $
DISTNAME= Plack-Middleware-ReverseProxy-0.11
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}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Plack/Middleware/ReverseProxy/.packlist
DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
# for test target
BUILD_DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"