summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-text-format/package.py
blob: 2f38503de9722db66cf9962a70e4cd099b6ace8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2020 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 PerlTextFormat(PerlPackage):
    """Text::Format - Various subroutines to format text"""

    homepage = "https://metacpan.org/pod/Text::Format"
    url      = "https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Text-Format-0.61.tar.gz"

    version('0.61', sha256='bb8a3b8ff515c85101baf553a769337f944a05cde81f111ae78aff416bf4ae2b')

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