Update pear-DB to 1.10.0. pear-DB 1.10.0 (2020-04-19 15:46 UTC) Changelog: * PR # 7: Fixes an issue with oci8 driver * PR # 8: each() deprecated in PHP 7.2 * PR # 9: Add recognition for error codes for Deadlocks and lock timeouts * PR #10: Remove curly brace array/string offset access
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/04/25 15:53:09 taca Exp $
|
|
|
|
DISTNAME= DB-1.10.0
|
|
CATEGORIES= databases
|
|
|
|
CONFLICTS= php-pear-DB-[0-9]*
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pear.php.net/package/DB
|
|
COMMENT= PHP Database Abstraction Layer
|
|
LICENSE= php
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|