opnsense-ports/devel/php-xdebug/Makefile
Franco Fichtner 4705485a4c devel/php-xdebug: sync with upstream
Taken from: FreeBSD
2016-06-28 20:06:27 +02:00

20 lines
383 B
Makefile

# Created by: Jens Rehsack <rehsack@liwing.de>
# $FreeBSD$
PORTNAME= xdebug
PORTVERSION= 2.4.0
CATEGORIES= devel
MASTER_SITES= https://xdebug.org/files/
PKGNAMEPREFIX= php-
MAINTAINER= freebsd-ports-maintainers@intermedix.com
COMMENT= Xdebug extension for PHP
LICENSE= PHP30
CONFIGURE_ARGS= --enable-xdebug
USES= php:zend tar:tgz
SUB_FILES= pkg-message
.include <bsd.port.mk>