summaryrefslogtreecommitdiff
blob: dbd64a43415da3389260a4f7b1f1ad9954c675d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-PHP_TokenStream/PEAR-PHP_TokenStream-1.0.0.ebuild,v 1.1 2010/10/04 22:47:41 jokey Exp $

inherit php-pear-r1 depend.php eutils

DESCRIPTION="Wrapper around PHP's tokenizer extension"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-${PV}.tgz"
RDEPEND="${RDEPEND}
	>=dev-php5/ezc-ConsoleTools-1.6"