summaryrefslogtreecommitdiff
path: root/databases
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
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')
-rw-r--r--databases/p5-DBIx-Class-Schema-Loader/Makefile6
-rw-r--r--databases/p5-Rose-DBx-Garden-Catalyst/Makefile6
-rw-r--r--databases/p5-SQL-Abstract/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile
index 7e8a0bf3688..a315d1eb018 100644
--- a/databases/p5-DBIx-Class-Schema-Loader/Makefile
+++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:44 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 17:15:21 sno Exp $
DISTNAME= DBIx-Class-Schema-Loader-0.04005
PKGNAME= p5-${DISTNAME}
@@ -23,8 +23,8 @@ DEPENDS+= p5-DBD-SQLite>=1.12:../../databases/p5-DBD-SQLite
DEPENDS+= p5-Carp-Clan>=0:../../devel/p5-Carp-Clan
DEPENDS+= p5-DBIx-Class>=0.06003:../../databases/p5-DBIx-Class
DEPENDS+= p5-Data-Dump>=1.06:../../devel/p5-Data-Dump
-DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
-DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+= {perl>=5.10,p5-PathTools>=0}:../../devel/p5-PathTools
+DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
# Avoid complaints if we do not have DB2, Oracle, Pg and mysql
diff --git a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
index cbbab3abcd5..7816863d6f0 100644
--- a/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
+++ b/databases/p5-Rose-DBx-Garden-Catalyst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/03/28 17:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/04/24 17:15:21 sno Exp $
DISTNAME= Rose-DBx-Garden-Catalyst-0.13
PKGNAME= p5-${DISTNAME}
@@ -31,11 +31,11 @@ DEPENDS+= p5-Catalyst-View-TT>=0:../../www/p5-Catalyst-View-TT
DEPENDS+= p5-CatalystX-CRUD>=0:../../databases/p5-CatalystX-CRUD
DEPENDS+= p5-CatalystX-CRUD-Model-RDBO>=0.16:../../databases/p5-CatalystX-CRUD-Model-RDBO
DEPENDS+= p5-CatalystX-CRUD-Controller-RHTMLO>=0.10:../../www/p5-CatalystX-CRUD-Controller-RHTMLO
-DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
# For tests:
BUILD_DEPENDS+= sqlite3>=0:../../databases/sqlite3
-BUILD_DEPENDS+= p5-IPC-Cmd>=0:../../devel/p5-IPC-Cmd
+BUILD_DEPENDS+= {perl>5.10,p5-IPC-Cmd>=0}:../../devel/p5-IPC-Cmd
SUBST_CLASSES+= sqlite3
SUBST_MESSAGE.sqlite3= Fixing sqlite3-using test
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