summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-data-stag/package.py
blob: eae912d6798ec0606a02b380728523e61414f812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 PerlDataStag(PerlPackage):
    """Structured Tags datastructures"""

    homepage = "http://search.cpan.org/~cmungall/Data-Stag-0.14/Data/Stag.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/C/CM/CMUNGALL/Data-Stag-0.14.tar.gz"

    version('0.14', sha256='4ab122508d2fb86d171a15f4006e5cf896d5facfa65219c0b243a89906258e59')

    depends_on('perl-io-string', type=('build', 'run'))