freebsd-ports/devel/php-xdebug/Makefile
Kurt Jaeger 149d1668df devel/php-xdebug: 2.2.5 -> 2.4.0
Changes:
- Full list:
  https://xdebug.org/updates.php
- Now works with php 7.0

PR:		208012
Submitted by:	Franco Fichtner <franco@opnsense.org>
Approved by:	freebsd-ports-maintainers@intermedix.com (maintainer timeout)
2016-04-16 14:48:12 +00:00

23 lines
420 B
Makefile

# Created by: Jens Rehsack <rehsack@liwing.de>
# $FreeBSD$
PORTNAME= xdebug
PORTVERSION= 2.4.0
CATEGORIES= devel
MASTER_SITES= https://xdebug.org/files/
PKGNAMEPREFIX= php-
MAINTAINER= freebsd-ports-maintainers@intermedix.com
COMMENT= Xdebug extension for PHP
LICENSE= PHP30
CONFIGURE_ARGS= --enable-xdebug
USE_PHP= yes
USE_PHPIZE= yes
USE_ZENDEXT= yes
USES= tar:tgz
SUB_FILES= pkg-message
.include <bsd.port.mk>