blob: 84033c7ffa09e209069b526548729cb8d09f4109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-0.6.0.ebuild,v 1.1 2011/02/21 13:57:17 olemarkus Exp $
inherit php-pear-r1 depend.php
DESCRIPTION="Provides an easy way to perform HTTP requests"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-Net_URL2-0.3.0"
|