14 lines
367 B
Bash
14 lines
367 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
inherit php-pear-r1
|
|
|
|
DESCRIPTION="Add-On for HTML_QuickForm that allows building of multipage forms"
|
|
LICENSE="PHP-3.01"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
|
IUSE=""
|
|
RDEPEND=">=dev-php/PEAR-HTML_QuickForm-3.2.5"
|