summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-text-csv/package.py
blob: 4f57470fb458a5cf7f9c9777a6396239bc1fef27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 PerlTextCsv(PerlPackage):
    """Comma-separated values manipulator (using XS or PurePerl)"""

    homepage = "http://search.cpan.org/~ishigaki/Text-CSV/lib/Text/CSV.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/Text-CSV-1.95.tar.gz"

    version('1.95', '1e076b4b1f8ba6a5003bf93f3c437a9e')