spack/var/spack/repos/builtin/packages/perl-pod-spell/package.py

26 lines
937 B
Python

# 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 PerlPodSpell(PerlPackage):
"""A formatter for spellchecking Pod"""
homepage = "https://metacpan.org/pod/Pod::Spell"
url = "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Pod-Spell-1.26.tar.gz"
maintainers("EbiArnie")
license("Artistic-2.0")
version("1.26", sha256="2f05bfc9cfb04b96fcbfa2c8544d1e6ae908596d3696c46e0e26556b750afbbf")
depends_on("perl@5.8.0:", type=("build", "link", "run", "test"))
depends_on("perl-class-tiny", type=("build", "run", "test"))
depends_on("perl-file-sharedir", type=("build", "run", "test"))
depends_on("perl-file-sharedir-install@0.06:", type=("build"))
depends_on("perl-lingua-en-inflect", type=("build", "run", "test"))