blob: b36f1a0180cea4df42fcc98555143ea86fa5c439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_QuickForm/PEAR-HTML_QuickForm-3.2.1-r1.ebuild,v 1.4 2005/01/09 21:05:36 weeve Exp $
inherit php-pear
DESCRIPTION="The PEAR::HTML_QuickForm package provides methods for creating, validating, processing HTML forms."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86 ~ppc"
DEPEND=">=dev-php/PEAR-HTML_Common-1.2.1
dev-php/PEAR-HTML_Template_Flexy
dev-php/PEAR-HTML_Template_IT"
# the last two would be option on doc? but I think we should put the docs there
# anyway
IUSE=""
|