# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit php-pear-lib-r1 depend.php KEYWORDS="~amd64 ~x86" DESCRIPTION="Open-source PHP5 professional web framework." HOMEPAGE="http://www.symfony-project.com/" SRC_URI="http://pear.symfony-project.com/get/${P}.tgz" LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2" SLOT="0" IUSE="" DEPEND="${DEPEND} >=dev-lang/php-5.2.0" need_php_by_category pkg_setup() { # Symfony needs some features in PHP5 in order to work require_php_with_use cli ctype reflection spl simplexml xml pcre session }