1 |
# Copyright 1999-2014 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.1.1.ebuild,v 1.1 2013/03/25 19:57:18 mabi Exp $ |
4 |
|
5 |
EAPI=5 |
6 |
|
7 |
inherit php-pear-r1 |
8 |
|
9 |
DESCRIPTION="Provides an easy way to perform HTTP requests" |
10 |
|
11 |
LICENSE="BSD" |
12 |
SLOT="0" |
13 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |
14 |
IUSE="+curl +fileinfo +ssl +zlib" |
15 |
|
16 |
RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?] |
17 |
>=dev-php/PEAR-Net_URL2-2.0.0" |