blob: 5e993ec61d225bf737ac7de3f3c8243a99a3a5f3 (
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
|
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RRWO
DIST_VERSION=0.32
inherit perl-module
DESCRIPTION="Module to retrieve system load averages"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/File-Which
dev-perl/IPC-Run3
"
BDEPEND="
${RDEPEND}
test? (
dev-perl/Test-Deep
dev-perl/Test-Exception
dev-perl/Test-Warnings
)
"
|