aboutsummaryrefslogtreecommitdiffstats
path: root/devel/php-xdebug/Makefile
blob: c48733df9dc715d60316434de73aa2bd5e624c00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>