pkgsrc/www/p5-Starman/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
962 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/05/29 23:38:14 wiz Exp $
DISTNAME= Starman-0.3006
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
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}
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+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"