summaryrefslogtreecommitdiff
path: root/www/p5-Starman/Makefile
diff options
context:
space:
mode:
authorobache <obache>2013-12-09 14:17:41 +0000
committerobache <obache>2013-12-09 14:17:41 +0000
commit6d099479482056adfc66dbb08690849831ffacb6 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /www/p5-Starman/Makefile
parentc236e9247714297ef27d153abd4fbb9bf49978af (diff)
downloadpkgsrc-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-Starman/Makefile')
-rw-r--r--www/p5-Starman/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile
index b6e26379ee8..cdecb430858 100644
--- a/www/p5-Starman/Makefile
+++ b/www/p5-Starman/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2013/05/31 12:42:51 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2013/12/09 14:17:55 obache Exp $
DISTNAME= Starman-0.3006
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
@@ -21,7 +21,7 @@ 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+= p5-parent-[0-9]*:../../devel/p5-parent
+DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"