Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

18
devel/php-xdebug/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $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"