summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-file-which/package.py
blob: ed338a65068a347df460592f1791b480290fff40 (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 PerlFileWhich(PerlPackage):
    """Perl implementation of the which utility as an API"""

    homepage = "http://cpansearch.perl.org/src/PLICEASE/File-Which-1.22/lib/File/Which.pm"
    url      = "http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/File-Which-1.22.tar.gz"

    version('1.22', 'face60fafd220dc83fa581ef6f96d480')