summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-file-grep/package.py
blob: 4837a8cd6cb51e7b45eae567011d10a0da734481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2024 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.package import *


class PerlFileGrep(PerlPackage):
    """File::Grep - Find matches to a pattern in a series of files and related functions"""

    homepage = "https://metacpan.org/pod/File::Grep"
    url = "https://cpan.metacpan.org/authors/id/M/MN/MNEYLON/File-Grep-0.02.tar.gz"

    version("0.02", sha256="462e15274eb6278521407ea302d9eea7252cd44cab2382871f7de833d5f85632")

    depends_on("perl-extutils-makemaker", type="build")