blob: ee4965353e4ddb59a9824d0dbe67a028073644ba (
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=5
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.2.3.tgz
_eclass_exported_funcs=src_configure:- src_install:-
_md5_=6d9d4ee66b7d55c8dcff7377df5c43ae
|