pkgsrc/databases/p5-DBD-SQLite/Makefile
kim fdb3748e92 Upgrade to 1.08:
- Support 64 bit integers (uses floating point numbers when perl is not
  compiled with 64 bit int support). This also fixes issues with using
  sqlite timestamps.
- Upgrade to sqlite 3.1.3
- Fix issues of not finding rows when providing a number that perl sees
  as a string.
- Fixes for most current bugs in RT (see http://rt.cpan.org/ to check
  if your favourite bug got fixed).
2005-04-16 01:10:23 +00:00

20 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/04/16 01:10:23 kim Exp $
#
DISTNAME= DBD-SQLite-1.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dsl
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSERGEANT/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite/
COMMENT= Perl DBI/DBD driver for sqlite databases
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/SQLite/.packlist
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"