Files
ports/devel/pecl-xdebug/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

20 lines
336 B
Makefile

PORTNAME= xdebug
DISTVERSION= 3.5.1
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= 86
CONFIGURE_ARGS= --enable-xdebug
SUB_FILES= pkg-message
.include <bsd.port.mk>