summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-text-csv/package.py
blob: abe4c70e6e98250831984e633b10cd728c596192 (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 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')