0.24 - worker processes always receive different sequence of values when calling "rand()" 0.23 - serialize calls to select -> accept when listening to multiple ports 0.22 - listen to multiple ports passed from Server::Starter (ttakezawa) 0.21 - support listening to unix socket (passed by Server::Starter) (kazeburo) 0.20 - support HTTP/1.1 (kazeburo) 0.19 - update the dependencies now that Plack no more depends on LWP (miyagawa; https://github.com/plack/Plack/pull/408) - add support for psgix.harakiri (audreyt)
22 lines
709 B
Makefile
22 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/01/12 13:16:41 mef Exp $
|
|
|
|
DISTNAME= Starlet-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Starlet/
|
|
COMMENT= Perl 5 Plack based standalone HTTP/1.0 server
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Starlet/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-TCP>=0.15:../../net/p5-Test-TCP
|
|
DEPENDS+= p5-Parallel-Prefork>=0.13:../../devel/p5-Parallel-Prefork
|
|
DEPENDS+= p5-Plack>=0.992:../../www/p5-Plack
|
|
DEPENDS+= p5-Server-Starter>=0.06:../../sysutils/p5-Server-Starter
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|