7d2e381b34
[2015-03-22] - Xdebug 2.3.2 is out! This is a minor bug-fix release for the 2.3 series, and addresses crashes with path and branch coverage.
18 lines
387 B
Makefile
18 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/06/03 13:25:05 taca Exp $
|
|
#
|
|
|
|
MODNAME= xdebug
|
|
PECL_VERSION= 2.3.2
|
|
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"
|