gentoo-overlay/dev-perl/Statistics-CaseResampling/Statistics-CaseResampling-0.150.0.ebuild

20 lines
403 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=SMUELLER
DIST_VERSION=0.15
inherit perl-module
DESCRIPTION="Efficient resampling and calculation of medians with confidence intervals"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"