Wed, Jun 21, 2017 - xdebug 2.5.5 = Fixed bugs: - Fixed issue #1439: TYPE_CHECK needs overloading due to smart branches - Fixed issue #1444: Code Coverage misses a variable in a multi-line function call - Fixed issue #1446: Code Coverage misses elseif if it uses an isset with a property
18 lines
388 B
Makefile
18 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/07/06 13:33:42 taca Exp $
|
|
#
|
|
|
|
MODNAME= xdebug
|
|
PECL_VERSION= 2.5.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://xdebug.org/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xdebug.org/
|
|
COMMENT= PHP extension for debugging
|
|
LICENSE= php
|
|
|
|
PHP_ZEND_EXTENSION= yes
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|