pkgsrc/databases/pear-MDB2/Makefile
taca b4f4f429dd Update pear-MDB2 to 2.5.0b5.
- fixed bug #18494: _compareIntegerDefinition() ignores length change.
- fixed bug #16280: compareDefinition() turns NULL defaults into empty strings
  for NOT NULL columns.
- fixed bug #19677: Call to undefined function: MDB2_Driver_mysql::isError()
2013-03-16 03:30:13 +00:00

12 lines
338 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/03/16 03:30:13 taca Exp $
DISTNAME= MDB2-2.5.0b5
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/MDB2
COMMENT= Merge of PEAR DB and Metabase database abstraction layers
LICENSE= modified-bsd
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"