pkgsrc/devel/php-xdebug/Makefile
taca 7d2e381b34 Update php-xdebug to 2.3.2.
[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.
2015-06-03 13:25:05 +00:00

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"