PEAR-Config-1.10.12-r1.ebuild 390 B

1234567891011121314
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit php-pear-r1
  5. DESCRIPTION="Provides methods for configuration manipulation. Your configuration's swiss-army knife"
  6. LICENSE="PHP-2.02"
  7. SLOT="0"
  8. KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
  9. IUSE="xml"
  10. RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"