mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
PHP 8.4 is not supported. No revision bump needed, as it fixes (ignoring) builds with php 8.4 only
20 lines
337 B
Makefile
20 lines
337 B
Makefile
PORTNAME= xdebug
|
|
DISTVERSION= 3.3.2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Xdebug extension for PHP
|
|
WWW= https://www.xdebug.org/
|
|
|
|
LICENSE= PHP30
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= php:pecl,zend tar:tgz
|
|
|
|
IGNORE_WITH_PHP= 84
|
|
|
|
CONFIGURE_ARGS= --enable-xdebug
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|