summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-data-stag/package.py
blob: 0af9e0f25fa8bb5fbaa6ff093ee267124e1d2c1a (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 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', 'f803acf74f1bfccc118aeac5483ee871')

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