summaryrefslogtreecommitdiff
blob: 94870aef994de4082decb1df8ea4b5bc505476f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="4"

inherit php-pear-r1

DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run"

LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"

RDEPEND="dev-lang/php[tokenizer]
	!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
		    >=dev-php/PEAR-Console_Getargs-1.3.3
		    >=dev-php/PEAR-XML_Util-1.1.4
		    >=dev-php/phpunit-3.2.0 )"