Unify quoting in metadata.xml files for machine processing
[gentoo.git] / dev-php / pecl-rrd / pecl-rrd-2.0.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 USE_PHP="php7-0"
8
9 inherit php-ext-pecl-r2
10
11 KEYWORDS="~amd64 ~x86"
12
13 DESCRIPTION="RRDtool bindings for PHP"
14 LICENSE="BSD"
15
16 SLOT="0"
17
18 DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]"
19 RDEPEND="${DEPEND}"