mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
2de6d0986d
Reported by: pkg-fallout
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# Created by: Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdebug
|
|
DISTVERSION= 2.7.2
|
|
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
|
|
IGNORE_WITH_PHP= 74
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|