pkgsrc/databases/p5-DBIx-SearchBuilder/Makefile
mef 2cd2b27dac Update 1.65 to 1.66
1.66  2014/08/20
 - No changes since 1.65_02

1.65_02
 - Stop unilaterally disabling the "UTF8" flag before executing queries
 - Make ->Fields case-sensitive in the column names it returns, as well
   as in the table name it takes.

1.65_01
 - Make ->Fields only lookup information on the table requested, not all
   fields, for performance.  It also is now case-sensitive in table name.
 - Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
2014-12-07 22:09:51 +00:00

31 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.51 2014/12/07 22:09:51 mef Exp $
DISTNAME= DBIx-SearchBuilder-1.66
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
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= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
DEPENDS+= p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry
DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
DEPENDS+= {perl>=5.8.3,p5-Encode>=1.99}:../../textproc/p5-Encode
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
# Recommented dependencies
DEPENDS+= p5-capitalization>=0.03nb1:../../devel/p5-capitalization
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::Bundled
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"