16 lines
577 B
Python
16 lines
577 B
Python
# 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"
|
|
|
|
version("0.008", sha256="ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c")
|