opnsense-ports/devel/php-xdebug/Makefile
Franco Fichtner a68822fbae devel/php-xdebug: sync with upstream
Taken from: FreeBSD
2017-01-15 10:36:23 +01:00

21 lines
415 B
Makefile

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