summaryrefslogtreecommitdiff
path: root/databases/maatkit
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
committerobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
commit163d9b343df9e2ff395d90fe2c32b8a54d3dc868 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /databases/maatkit
parenteeb3087b19fff12370b3e698317ba8d22393f519 (diff)
downloadpkgsrc-163d9b343df9e2ff395d90fe2c32b8a54d3dc868.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 'databases/maatkit')
-rw-r--r--databases/maatkit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/maatkit/Makefile b/databases/maatkit/Makefile
index c90dfce7d14..b2611affcc7 100644
--- a/databases/maatkit/Makefile
+++ b/databases/maatkit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:41 obache Exp $
#
DISTNAME= maatkit-7540
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://maatkit.googlecode.com/files/
@@ -16,7 +16,7 @@ USE_TOOLS+= perl
REPLACE_PERL+= bin/*
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
-DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/maatkit/.packlist
.include "../../lang/perl5/module.mk"