perl-parse-yapp: add new package with version 1.21 (#41348)
This commit is contained in:
parent
40209506b7
commit
bc4f3d6cbd
17
var/spack/repos/builtin/packages/perl-parse-yapp/package.py
Normal file
17
var/spack/repos/builtin/packages/perl-parse-yapp/package.py
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Copyright 2013-2023 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 PerlParseYapp(PerlPackage):
|
||||||
|
"""Parse::Yapp - Perl extension for generating and using LALR parsers."""
|
||||||
|
|
||||||
|
homepage = "https://metacpan.org/pod/Parse::Yapp"
|
||||||
|
url = "https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.21.tar.gz"
|
||||||
|
|
||||||
|
version("1.21", sha256="3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5")
|
||||||
|
|
||||||
|
depends_on("perl-extutils-makemaker", type="build")
|
Loading…
Reference in New Issue
Block a user