summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-carp-assert/package.py
blob: 537e57e5e7a89911f3b6ff3255e72e748a9f666b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 PerlCarpAssert(PerlPackage):
    """Carp::Assert - executable comments."""

    homepage = "https://metacpan.org/pod/Carp::Assert"
    url = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Carp-Assert-0.22.tar.gz"

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

    version("0.22", sha256="807ea97c6bed76ac2e4969efba7dae48fefeb9f28797f112671b3ac8a49355f7")

    depends_on("perl-extutils-makemaker", type="build")