freebsd-ports/devel/php-xdebug/Makefile
William Grzybowski a97fa00d3d php-xdebug: update to 2.2.3
- Update to 2.2.3

Changes: http://xdebug.org/updates.php#x_2_2_3

PR:		ports/180163
Submitted by:	Oleg Ginzburg <olevole olevole.ru>
Approved by:	maintainer (timeout)
2013-08-22 15:47:39 +00:00

27 lines
496 B
Makefile

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