diff options
author | obache <obache> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-09 14:17:41 +0000 |
commit | 6d099479482056adfc66dbb08690849831ffacb6 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /www/p5-Plack | |
parent | c236e9247714297ef27d153abd4fbb9bf49978af (diff) | |
download | pkgsrc-6d099479482056adfc66dbb08690849831ffacb6.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'www/p5-Plack')
-rw-r--r-- | www/p5-Plack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 65aa681a9e4..9135c767e34 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/11/24 00:31:09 wen Exp $ +# $NetBSD: Makefile,v 1.29 2013/12/09 14:17:55 obache Exp $ DISTNAME= Plack-1.0030 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -17,7 +18,7 @@ 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+= p5-parent-[0-9]*:../../devel/p5-parent +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 |