pkgsrc/www/p5-Starman/Makefile
hiramatsu e0dd69cf14 Update p5-Starman to 0.2014.
Changes from previous:
0.2014  Sun Sep 18 12:43:06 PDT 2011
        - Fixed broken PSGI response headers after the output (cho45)

0.2013  Sat Jun 25 11:51:47 PDT 2011
        - Relaxed the harakiri tests (audreyt)

0.2012  Wed Jun 22 13:51:59 PDT 2011
        - Implemented psgix.harakiri mode (audreyt)
        - Added --error-log option (Paulo E. Castro)

0.2011  Tue May 24 09:41:52 PDT 2011
        - Fix chunked response with 0-length PSGI array elements (chmrr)

0.2010  Mon Mar 28 16:23:23 PDT 2011
        - Fixed packaging. No changes.

0.2009  Fri Mar 25 19:15:23 PDT 2011
        - Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19
        - Calls srand() automatically in the child init hook to avoid a fixed random seed #20
        - Implemented --keepalive-timeout which defaults to 1 (acme)

0.2008  Mon Feb 14 17:19:20 PST 2011
        - Documented that -E is automatically set to 'deployment' RT:61517 (timbunce)
        - Check the defined-ness of the input buffer to suppress warnings RT:60007

0.2007 Thu Sep 30 14:09:00 PDT 2010
        - Fixed a bug where Date header can be duplicate if the app generates one (spleenjack)
2011-10-15 15:19:14 +00:00

28 lines
973 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/10/15 15:19:14 hiramatsu Exp $
DISTNAME= Starman-0.2014
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Starman/
COMMENT= High-performance preforking PSGI web server
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Starman/.packlist
DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork
DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS
DEPENDS+= p5-Net-Server>=0.91:../../net/p5-Net-Server
DEPENDS+= p5-Plack>=0.9931:../../www/p5-Plack
DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"