1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/php-xdebug/Makefile
Jason E. Hale 2f4a960db6 - Update to 2.2.1
- Trim Makefile header

PR:		ports/172533
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer timeout (2 weeks)
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-24 07:35:35 +00:00

26 lines
472 B
Makefile

# Created by: Jens Rehsack <rehsack@liwing.de>
# $FreeBSD$
PORTNAME= xdebug
PORTVERSION= 2.2.1
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>