blob: 848d1b1f379c3594e7cc14a92b2962ec88ef12e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=configure install
DEPEND=libedit? ( dev-libs/libedit )
DESCRIPTION=Xdebug client for the Common Debugger Protocol (DBGP)
EAPI=6
HOMEPAGE=http://www.xdebug.org/
IUSE=libedit
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
LICENSE=Xdebug
RDEPEND=libedit? ( dev-libs/libedit )
SLOT=0
SRC_URI=http://pecl.php.net/get/xdebug-2.5.0.tgz
_eclass_exported_funcs=src_configure:- src_install:-
_md5_=e8b64399adfe35c7a72a7fe86f337f4f
|