pkgsrc/www/p5-Plack/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

35 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.30 2014/05/29 23:38:12 wiz Exp $
DISTNAME= Plack-1.0030
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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>=0.11:../../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
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Plack/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"