summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-list-moreutils/package.py
blob: fd60e6566813069a69f7d94375bc0adc8eb227c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2019 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 PerlListMoreutils(PerlPackage):
    """Provide the stuff missing in List::Util"""

    homepage = "http://search.cpan.org/~rehsack/List-MoreUtils/lib/List/MoreUtils.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-0.428.tar.gz"

    version('0.428', '493032a211cdff1fcf45f59ebd680407')

    depends_on('perl-exporter-tiny', type=('build', 'run'))
    depends_on('perl-list-moreutils-xs', type=('build', 'run'))