blob: d46430aa52815899c8a88a01efca7125e69a33a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.1 2011/03/26 10:40:58 olemarkus Exp $
PHP_PEAR_CHANNEL="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-php5/ezc-ConsoleTools-1.6"
HOMEPAGE="http://pear.phpunit.de"
|