mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
b632459241
- 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)
24 lines
421 B
Makefile
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>
|