summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py
blob: 294342c1ecf0cea976724939b48ff33b35863579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 PerlFileSharedirInstall(PerlPackage):
    """Install shared files"""

    homepage = "http://search.cpan.org/~ether/File-ShareDir-Install-0.11/lib/File/ShareDir/Install.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/File-ShareDir-Install-0.11.tar.gz"

    version('0.11', '61107e6ce6eee42bf29525b1a4d029e0')

    depends_on('perl-module-build', type='build')