summaryrefslogtreecommitdiff
path: root/dev-perl/GraphViz2/GraphViz2-2.67.ebuild
blob: 701231d342ca7997b7cc97be63930b3face5c74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=ETJ
DIST_VERSION=2.67
inherit perl-module

DESCRIPTION="A wrapper for AT&T's GraphViz"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	media-gfx/graphviz
	dev-perl/Data-Section-Simple
	dev-perl/File-Which
	dev-perl/IPC-Run3
	dev-perl/Moo
	dev-perl/Type-Tiny
	dev-perl/Graph
"
BDEPEND="
	${RDEPEND}
	dev-perl/Test-Pod
	dev-perl/Pod-Markdown
	test? (
		dev-perl/Test-Snapshot
		>=virtual/perl-Test-Simple-1.1.2
	)
"