6bf82152e2
* Production release, no changes from 1.32_04 Changes 1.32_04: * Updated to SQLite 3.7.6.3 * Made util/getsqlite.pl state that it needs fixing to work for SQLite 3.7.5+ when it dies at the last step, and outline what the user needs to do manually instead, until getsqlite is fixed Changes 1.32_03: * Updated to SQLite 3.7.6.2 * Resolved 67843 for DBD-SQLite: savepoint rollback alters AC state Changes 1.32_02: * Updated to SQLite 3.7.5 * Resolved 65267 for DBD-SQLite: Add RTree support option; skip fts3/metadata tests if those features are disabled * Resolved 65267: Add RTree support option * Added sqlite_see_if_its_a_number database handle attribute to deal with issues caused by (quoted) bind values against numbers such as return values from a function etc.
25 lines
759 B
Makefile
25 lines
759 B
Makefile
# $NetBSD: Makefile,v 1.28 2011/08/06 20:27:17 adam Exp $
|
|
|
|
DISTNAME= DBD-SQLite-1.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dsl
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite/
|
|
COMMENT= Perl DBI/DBD driver for sqlite databases
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/DBD/SQLite/.packlist
|
|
#MAKE_PARAMS+= SQLITE_LOCATION=${PREFIX:Q}
|
|
|
|
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
#.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|