blob: 6b9c8675e2cb8ea19facc63e329e0af6dd2857f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
PHP_EXT_NAME="oauth"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r2 depend.php
DESCRIPTION="A native PHP-extension to provide OAuth authentication protocol support"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND="dev-lang/php[curl,hash,ssl]"
RDEPEND="${DEPEND}"
need_php_by_category
|