added several new perl modules (#9760)

This commit is contained in:
Justin Stanley
2018-11-19 20:44:44 -06:00
committed by Adam J. Stewart
parent 9dfea8ee17
commit 7bb9020227
17 changed files with 270 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class PerlStatisticsBasic(PerlPackage):
"""Statistics::Basic - A collection of very basic statistics modules"""
homepage = "https://metacpan.org/pod/distribution/Statistics-Basic/lib/Statistics/Basic.pod"
url = "https://cpan.metacpan.org/authors/id/J/JE/JETTERO/Statistics-Basic-1.6611.tar.gz"
version('1.6611', sha256='6855ce5615fd3e1af4cfc451a9bf44ff29a3140b4e7130034f1f0af2511a94fb')
depends_on('perl-number-format', type=('build', 'run'))
depends_on('perl-scalar-list-utils', type=('build', 'run'))