PEAR-HTTP_Request2-2.2.1.ebuild 407 B

1234567891011121314151617
  1. # Copyright 1999-2015 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 an easy way to perform HTTP requests"
  6. LICENSE="BSD"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
  9. IUSE="+curl +fileinfo +ssl +zlib"
  10. RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?]
  11. >=dev-php/PEAR-Net_URL2-2.0.0"