09f22d8559
Tue, Feb 24, 2015 - xdebug 2.3.1 = Fixed bugs: - Fixed issue #1112: Setting an invalid xdebug.trace_format causes Xdebug to crash - Fixed issue #1113: xdebug.*_trigger do no longer work, due to NULL not being an empty string
18 lines
387 B
Makefile
18 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/03/15 00:43:32 taca Exp $
|
|
#
|
|
|
|
MODNAME= xdebug
|
|
PECL_VERSION= 2.3.1
|
|
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"
|