1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/php-xdebug/Makefile
Sunpoet Po-Chuan Hsieh b632459241 - Update to 2.2.5
- Use USES=tar:tgz

Changes:	http://www.xdebug.org/updates.php
PR:		ports/190148
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer (timeout, 15 days)
2014-06-07 18:11:53 +00:00

24 lines
421 B
Makefile

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