forked from Lainports/freebsd-ports
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)
23 lines
420 B
Makefile
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>
|