Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2014/11/24 15:40:32 taca Exp $
# $NetBSD: Makefile,v 1.14 2015/12/06 13:51:30 taca Exp $
MODNAME= pdo
CATEGORIES+= databases
@@ -15,12 +15,12 @@ CONFIGURE_ARGS+= --with-${MODNAME}
INSTALLATION_DIRS+= include/php/ext/pdo
PDO_INCLUDES= php_pdo_driver.h php_pdo.h
PLIST_VARS+= php56
PLIST_VARS+= pdo_error
PLIST_SRC+= ${.CURDIR}/../../databases/php-pdo/PLIST.pdo
.if ${PKG_PHP_VERSION} == "56"
.if ${PKG_PHP_VERSION} != "55"
PDO_INCLUDES+= php_pdo_error.h
PLIST.php56= yes
PLIST.pdo_error= yes
.endif
post-install: