You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.9.0.e...

21 lines
632 B

# Copyright 1999-2012 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.9.0.ebuild,v 1.1 2012/01/18 21:53:35 mabi Exp $
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 )"