pkgsrc/databases/pear-MDB2_Driver_sqlite/Makefile
taca 9829a60d2b Update pear-MDB2_Driver_sqlite package to 1.5.0b3.
1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16275: split() is deprecated in PHP 5.3

note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create and register own
  implementation of LIKE
2010-12-22 15:23:25 +00:00

18 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/12/22 15:23:25 taca Exp $
DISTNAME= MDB2_Driver_sqlite-1.5.0b3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/MDB2_Driver_sqlite
COMMENT= Sqlite MDB2 driver
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite
DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5:../../databases/pear-MDB2
PEAR_DIRRM_EXCLUDE= lib/php/MDB2
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"