summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-want/package.py
blob: 3f87f1c7fec0e212cc23a8df9f8f5e406c74aee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2023 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.package import *


class PerlWant(PerlPackage):
    """A generalisation of wantarray."""

    homepage = "https://metacpan.org/pod/Want"
    url = "http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/Want-0.29.tar.gz"

    license("GPL-1.0-or-later OR Artistic-1.0-Perl")

    version("0.29", sha256="b4e4740b8d4cb783591273c636bd68304892e28d89e88abf9273b1de17f552f7")