17 lines
556 B
Bash
17 lines
556 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-php/php-tokenstream/php-tokenstream-1.0.1.ebuild,v 1.6 2011/12/14 22:50:25 mabi Exp $
|
|
|
|
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
|
|
PHP_PEAR_URI="pear.phpunit.de"
|
|
PHP_PEAR_PN="PHP_TokenStream"
|
|
inherit php-pear-lib-r1
|
|
|
|
DESCRIPTION="Wrapper around PHP's tokenizer extension"
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
RDEPEND="${RDEPEND}
|
|
>=dev-php/ezc-ConsoleTools-1.6"
|
|
HOMEPAGE="http://pear.phpunit.de"
|