pkgsrc/www/p5-Plack/Makefile
wen 64ffdc5d29 Update to 1.0039
Upstream changes:
1.0039  2015-12-06 03:27:59 PST
    [BUG FIXES]
        - Revert the change to use the faster header builder because it breaks the legit
          Plack::Response constructor that sets HTTP::Header object directly (#541)

1.0038  2015-11-25 12:36:29 PST
    [IMPROVEMENTS]
        - Added MIME type for apk files #514 (allanwhiteford)
        - Allow passing custom formatters to Plack::Middleware::AccessLog #515 (frew)
        - Allow '0' be a valid category for log4perl middleware #523
        - Doc fix for Plack::Runner #528 (polettix)
        - Doc improvements for -R/-M command line #529 (mickeyn)
        - Bind test server explicitly on 127.0.0.1, not 0.0.0.0
        - Support single-process manager in FCGI #535 (ianburrell)
        - Optimize Plack::Response header builder #540 (kazeburo)
2015-12-09 13:52:45 +00:00

36 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.39 2015/12/09 13:52:45 wen Exp $
DISTNAME= Plack-1.0039
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/
COMMENT= PSGI toolkit and servers
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
DEPENDS+= p5-libwww>=5.814:../../www/p5-libwww
DEPENDS+= p5-HTTP-Message>=5.814:../../www/p5-HTTP-Message
DEPENDS+= p5-URI>=1.59:../../www/p5-URI
DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir
DEPENDS+= p5-File-ShareDir-Install>=0.04:../../devel/p5-File-ShareDir-Install
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
#DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
DEPENDS+= p5-Devel-StackTrace>=1.23:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.11:../../devel/p5-Devel-StackTrace-AsHTML
DEPENDS+= p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple
DEPENDS+= p5-Hash-MultiValue>=0.05:../../devel/p5-Hash-MultiValue
DEPENDS+= p5-HTTP-Body>=1.06:../../www/p5-HTTP-Body
DEPENDS+= p5-Test-TCP>=2.00:../../net/p5-Test-TCP
DEPENDS+= p5-Stream-Buffered>=0.02:../../devel/p5-Stream-Buffered
DEPENDS+= p5-Apache-LogFormat-Compiler>=0.12:../../www/p5-Apache-LogFormat-Compiler
DEPENDS+= p5-Cookie-Baker>=0.05:../../www/p5-Cookie-Baker
DEPENDS+= p5-HTTP-Headers-Fast>=0.18:../../www/p5-HTTP-Headers-Fast
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Plack/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"