mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
cfc003c8d5
Changes: https://xdebug.org/updates#x_2_9_6 Changes: https://xdebug.org/updates#x_2_9_5
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# Created by: Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdebug
|
|
DISTVERSION= 2.9.6
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Xdebug extension for PHP
|
|
|
|
LICENSE= PHP30
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
CONFIGURE_ARGS= --enable-xdebug
|
|
USES= php:pecl,zend tar:tgz
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|