blob: 513bf1a9b389bac8fa956f84a990dedbc4768d66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2010 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.5.2.ebuild,v 1.1 2010/09/26 17:49:09 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.2.0"
|