1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/php-xdebug/Makefile
Wesley Shields 653ca08290 Update to 2.2.0 and work on php54.
PR:		ports/168583
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
Approved by:	Bill Moran <wmoran@collaborativefusion.com> (maintainer)
2012-07-02 19:51:24 +00:00

31 lines
585 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
DEFAULT_PHP_VER= 5
PKGMESSAGE= ${WRKDIR}/pkg-message
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>