summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-extutils-config/package.py
blob: 34e9e3c367f98baf942f081561e3c2727414f7a1 (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 PerlExtutilsConfig(PerlPackage):
    """ExtUtils::Config - A wrapper for perl's configuration"""

    homepage = "https://metacpan.org/pod/ExtUtils::Config"
    url = "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz"

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

    version("0.008", sha256="ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c")