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.
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm2/PEAR-HTML_QuickForm2-0.6.1.ebuild,v 1.4 2012/02/19 15:50:18 armin76 Exp $
|
|
|
|
|
|
|
|
inherit php-pear-r1
|
|
|
|
|
|
|
|
DESCRIPTION="The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms."
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=">=dev-lang/php-5.1.4"
|
|
|
|
RDEPEND="${DEPEND}
|
|
|
|
>=dev-php/PEAR-HTML_Common2-2.0.0_beta1"
|