ports/devel/pecl-xdebug/Makefile
Luca Pizzamiglio 35258143f6 devel/pecl-xdebug: ignore with PHP 8.4
PHP 8.4 is not supported.
No revision bump needed, as it fixes (ignoring) builds with php 8.4 only
2024-09-30 15:18:50 +02:00

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>