summaryrefslogtreecommitdiff
path: root/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
blob: 86e11b2c710eabc7bbbe4930fe9d62728c5bb96d (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
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=JETTERO
DIST_VERSION=1.6611
inherit perl-module

DESCRIPTION="A collection of very basic statistics modules"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
	>=dev-perl/Number-Format-1.420.0
	virtual/perl-Scalar-List-Utils
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"
PATCHES=(
	"${FILESDIR}/${PN}-${DIST_VERSION}-no-dot-inc.patch"
)
PERL_RM_FILES=(
	"t/pod_coverage.t"
	"t/pod.t"
	"t/critic.t"
)