1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/pecl-xdebug/Makefile
2021-04-16 14:03:02 +02:00

19 lines
348 B
Makefile

# Created by: Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
PORTNAME= xdebug
DISTVERSION= 3.0.4
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>