spack/var/spack/repos/builtin/packages/perl-test-file/package.py
Arne Becker 9f832e8410
Remove explicit copyright lines (#41930)
- Spack committers retain their copyright, but explicit copyright lines
  should not be included. This commit removes them.
2024-01-08 15:27:03 +01:00

22 lines
654 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 PerlTestFile(PerlPackage):
"""Test file attributes"""
homepage = "https://metacpan.org/pod/Test::File"
url = "https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.993.tar.gz"
maintainers("EbiArnie")
license("Artistic-2.0")
version("1.993", sha256="ef2ffe1aaec7b42d874ad411ec647547b9b9bc2f5fb93e49e3399488456afc7a")
depends_on("perl@5.8.0:", type=("build", "link", "run", "test"))