diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 14:24:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 14:24:44 +0000 |
commit | 0fa2b3a63266b0d648156ff433f94452b06960bd (patch) | |
tree | 7e88c8111b665058b3f8fd0a4901425b10a745be /databases/p5-SQL-Abstract/Makefile | |
parent | 041700f4d5dc7ea37668f7fcea4c1e071f4588e2 (diff) | |
download | pkgsrc-0fa2b3a63266b0d648156ff433f94452b06960bd.tar.gz |
PkgSrc changes:
- Updating package for p5 module SQL::Abstract from 1.53 to 1.55
- Adjusting dependencies (and arrange them to alphabetical order)
Upstream changes:
revision 1.55 2009-05-17 22:54 (UTC)
----------------------------
- make sure that sql generation does not mutate the supplied
where condition structure
revision 1.54 2009-05-07 17:23 (UTC)
----------------------------
- allow special_operators to take both code refs and method names
(makes it possible to properly subclass the builtin ones)
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index 91dab08f8c6..15cb6564c4e 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2009/04/30 21:07:59 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/05/17 14:24:44 sno Exp $ # -DISTNAME= SQL-Abstract-1.53 +DISTNAME= SQL-Abstract-1.55 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sqa CATEGORIES= databases perl5 @@ -15,10 +15,11 @@ LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir 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-Clone>=0.31:../../devel/p5-Clone +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>0}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn -BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep PERL5_PACKLIST= auto/SQL/Abstract/.packlist |