spack/var/spack/repos/builtin/packages/perl-tie-ixhash/package.py

22 lines
696 B
Python

# Copyright 2013-2024 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 PerlTieIxhash(PerlPackage):
"""Ordered associative arrays for Perl"""
homepage = "https://metacpan.org/pod/Tie::IxHash"
url = "https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz"
maintainers("EbiArnie")
license("Artistic-1.0-Perl OR GPL-1.0-or-later")
version("1.23", sha256="fabb0b8c97e67c9b34b6cc18ed66f6c5e01c55b257dcf007555e0b027d4caf56")
depends_on("perl@5.5.0:", type=("build", "link", "run", "test"))