| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.82 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=ETJ
DIST_VERSION=${PV}
inherit perl-module
DESCRIPTION="A collection of statistics modules in Perl Data Language"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-ExtUtils-MakeMaker
dev-perl/PDL
"
SRC_TEST="do"
virtual/perl-ExtUtils-MakeMaker dev-perl/PDL