summaryrefslogtreecommitdiff
path: root/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
blob: 20eca16002698f96b254f7764e9b9102a4f077fe (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=RRWO
DIST_VERSION=0.31
inherit perl-module

DESCRIPTION="A module to retrieve system load averages"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	virtual/perl-Exporter
	virtual/perl-IO
	virtual/perl-XSLoader
	virtual/perl-parent
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		virtual/perl-File-Spec
		virtual/perl-Module-Metadata
		virtual/perl-Scalar-List-Utils
		dev-perl/Test-Deep
		dev-perl/Test-Exception
		virtual/perl-Test-Simple
		dev-perl/Test-Warnings
	)
"