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:
parent
ce75adada6
commit
f5e89df6f2
1 changed files with 17 additions and 0 deletions
|
@ -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")
|
Loading…
Reference in a new issue