summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-extutils-config/package.py
blob: 854d15e67ad4916da6cab53956f75c777cc7c023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2018 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 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')