pkgsrc/www/p5-Starlet/Makefile
hiramatsu 8d396493e4 Update p5-Starlet to 0.13.
Changes from previous:
0.13
	- test compatibilty improvement: ignore proxy setting while running tests (datamuc)

0.12
	- [bugfix] fix infinite loop when connection is closed while receiving
	  response content (thanks to Jiro Nishiguchi-san)

0.11
	- suppress the warning "Use of "goto" to jump into a construct is deprecated"
2011-10-27 12:23:47 +00:00

24 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/10/27 12:23:47 hiramatsu Exp $
DISTNAME= Starlet-0.13
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}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Starlet/.packlist
BUILD_DEPENDS+= p5-Test-TCP>=0.15:../../net/p5-Test-TCP
DEPENDS+= p5-Parallel-Prefork>=0.07:../../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"