summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-sub-install/package.py
blob: 7c250ff0ba9e5b3e4d3f606cd966b3449d287485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2019 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 PerlSubInstall(PerlPackage):
    """Install subroutines into packages easily"""

    homepage = "http://search.cpan.org/~rjbs/Sub-Install-0.928/lib/Sub/Install.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz"

    version('0.928', 'e1ce4f9cb6b2f6b8778b036c31afa5ab')