summaryrefslogtreecommitdiff
blob: 910275dbd2eefb148a37d82a49b9b5a31d4fb1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

USE_PHP="php5-6"

inherit php-ext-pecl-r3

DESCRIPTION="RRDtool bindings for PHP"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="net-analyzer/rrdtool[graph]"
RDEPEND="${DEPEND}"