summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract
diff options
context:
space:
mode:
authorsno <sno>2009-04-24 17:15:21 +0000
committersno <sno>2009-04-24 17:15:21 +0000
commit5eca23d89d1542018a14e90cde6c6784e4ccc5a1 (patch)
treeef8a065565ea33562ecff1efa06708c9af2b7f88 /databases/p5-SQL-Abstract
parent116b248a1fa43e036b58a5578e42215526aa6c35 (diff)
downloadpkgsrc-5eca23d89d1542018a14e90cde6c6784e4ccc5a1.tar.gz
Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r--databases/p5-SQL-Abstract/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 64944e26290..b30d16f844c 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/04/10 09:43:22 abs Exp $
+# $NetBSD: Makefile,v 1.11 2009/04/24 17:15:21 sno Exp $
#
DISTNAME= SQL-Abstract-1.51
@@ -13,8 +13,8 @@ COMMENT= Generate SQL from Perl data structures
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Scalar-List-Utils>0:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple
+DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
+BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep