dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / dev-perl / SVG-Graph / SVG-Graph-0.20.0-r1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 MODULE_AUTHOR=ALLENDAY
7 MODULE_VERSION=0.02
8 inherit perl-module
9
10 DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format"
11
12 LICENSE="Artistic-2"
13 SLOT="0"
14 KEYWORDS="amd64 x86"
15 IUSE=""
16
17 DEPEND="dev-perl/Math-Derivative
18         dev-perl/Math-Spline
19         >=dev-perl/Statistics-Descriptive-2.6
20         dev-perl/SVG
21         >=dev-perl/Tree-DAG_Node-1.04"
22 RDEPEND="${DEPEND}"
23
24 SRC_TEST="do"