blob: d947f36065d20a025473b4436b6f0658b251e3c1 (
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
26
27
28
|
# 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
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|