blob: 93fce80c3d6f0b7da6087af230405ff41fe72bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.5.1.ebuild,v 1.1 2007/11/29 23:36:04 jokey Exp $
inherit php-pear-r1 depend.php
DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
>=dev-php/PEAR-Console_Getargs-1.3.3 )"
pkg_setup() {
require_php_with_use tokenizer
}
|