summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-extutils-installpaths/package.py
blob: ab700500a9fffb80522645e46486716c0413d9c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2021 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 PerlExtutilsInstallpaths(PerlPackage):
    """ExtUtils::InstallPaths - Build.PL install path logic made easy"""

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

    version('0.012', sha256='84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed')

    depends_on('perl-extutils-config', type=('build', 'run'))