perl-parsetemplate: add new package (#41845)

* perl-parsetemplate: add new package

* perl-parsetemplate: update to latest copyright date and add license
This commit is contained in:
Christopher Christofi 2024-03-11 23:04:35 +00:00 committed by GitHub
parent ce75adada6
commit f5e89df6f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,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 PerlParsetemplate(PerlPackage):
"""Parse::Template - Processor for templates containing Perl expressions."""
homepage = "https://metacpan.org/pod/Parse::Template"
url = "https://cpan.metacpan.org/authors/id/P/PS/PSCUST/ParseTemplate-3.08.tar.gz"
license("Artistic-1.0-Perl OR GPL-1.0-or-later")
version("3.08", sha256="3c7734f53999de8351a77cb09631d7a4a0482b6f54bca63d69d5a4eec8686d51")