diff options
author | sno <sno@pkgsrc.org> | 2009-07-19 11:29:32 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-19 11:29:32 +0000 |
commit | a8354916f109f02cbbfd6e0d32809ff741697868 (patch) | |
tree | 4566f2a90a3dc66f0eab734f7a0fad43282b7765 /databases/p5-DBIx-SearchBuilder/Makefile | |
parent | c43606b14494545ce3cba3f6ca6da6b3c549937e (diff) | |
download | pkgsrc-a8354916f109f02cbbfd6e0d32809ff741697868.tar.gz |
pkgsrc changes:
- Updating package for p5 module DBIx::SearchBuilder from 1.55 to 1.56
- Removing core dependency to File::Temp
- Setting Module::Install as module type
Upstream changes:
1.56 Fri Jul 17 02:05:32 MSD 2009
* Don't use LOWER/ILIKE with dates, heuristic is used, but shouldn't
harm other things
* Don't apply DISTINCT on queries with group by, COUNT(DISTINCT x) is
different and covered in Column method
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder/Makefile')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index aa3b0fc7082..d5f3ba487d0 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2009/05/20 21:18:59 sno Exp $ +# $NetBSD: Makefile,v 1.38 2009/07/19 11:29:32 sno Exp $ # -DISTNAME= DBIx-SearchBuilder-1.55 +DISTNAME= DBIx-SearchBuilder-1.56 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dxs CATEGORIES= databases perl5 @@ -10,13 +10,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/DBIx-SearchBuilder/ COMMENT= Extension for easy SQL SELECT Statement generation -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite -BUILD_DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp DEPENDS+= p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue @@ -30,6 +29,7 @@ DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor DEPENDS+= p5-DBIx-DBSchema-[0-9]*:../../databases/p5-DBIx-DBSchema PERL5_PACKLIST= auto/DBIx/SearchBuilder/.packlist +PERL5_MODULE_TYPE= Module::Install .include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" |