freebsd-ports/devel/php-xdebug/Makefile
Florian Smeets 79e6752259 Do not force DEFAULT_PHP_VER to version 5, let bsd.php.mk figure it out.
This allows xdebug to work with all PHP versions again.

PR:		ports/170614
Approved by:	maintainer timeout
2012-09-06 16:13:30 +00:00

29 lines
566 B
Makefile

# New ports collection makefile for: xdebug
# Date created: Thu Apr 3 12:44:57 GMT 2003
# Whom: Jens Rehsack <rehsack@liwing.de>
#
# $FreeBSD$
#
PORTNAME= xdebug
PORTVERSION= 2.2.0
CATEGORIES= devel
MASTER_SITES= http://www.xdebug.org/files/
PKGNAMEPREFIX= php-
EXTRACT_SUFX= .tgz
MAINTAINER= wmoran@collaborativefusion.com
COMMENT= Xdebug extension for PHP
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>