summaryrefslogtreecommitdiff
path: root/databases/p5-DB_File-Lock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DB_File-Lock/Makefile')
-rw-r--r--databases/p5-DB_File-Lock/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DB_File-Lock/Makefile b/databases/p5-DB_File-Lock/Makefile
index d337643b205..9fee2ec6a2a 100644
--- a/databases/p5-DB_File-Lock/Makefile
+++ b/databases/p5-DB_File-Lock/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:52 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:42 obache Exp $
DISTNAME= DB_File-Lock-0.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
SVR4_PKGNAME= p5dfl
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File-Lock/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/DB_File-Lock/
COMMENT= Perl5 module providing locking with flock wrapper for DB_File
PERL5_PACKLIST= auto/DB_File/Lock/.packlist
-DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
+DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"