0b2cfc18cc
xdebug must be loaded as a zend extension Bump portrevision Reported by: Franco Fichtner (via phabricator) Sponsored by: trivago N.V.
22 lines
374 B
Makefile
22 lines
374 B
Makefile
# Created by: Jens Rehsack <rehsack@liwing.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdebug
|
|
PORTVERSION= 2.5.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Xdebug extension for PHP
|
|
|
|
LICENSE= PHP30
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
IGNORE_WITH_PHP= 72
|
|
|
|
CONFIGURE_ARGS= --enable-xdebug
|
|
USES= php:pecl,zend
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|