summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-carp-assert/package.py
diff options
context:
space:
mode:
authorChristopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com>2023-11-30 20:46:24 +0000
committerGitHub <noreply@github.com>2023-11-30 12:46:24 -0800
commitb31c89b11009e9f983ba7a9bbbf9cc4cb22c2277 (patch)
tree9fda21f9c547e569c303a71240c10f5d5da5f8c2 /var/spack/repos/builtin/packages/perl-carp-assert/package.py
parentbc4f3d6cbd95ae2c607c4526b672604328af0ac8 (diff)
downloadspack-b31c89b11009e9f983ba7a9bbbf9cc4cb22c2277.tar.gz
spack-b31c89b11009e9f983ba7a9bbbf9cc4cb22c2277.tar.bz2
spack-b31c89b11009e9f983ba7a9bbbf9cc4cb22c2277.tar.xz
spack-b31c89b11009e9f983ba7a9bbbf9cc4cb22c2277.zip
perl-carp-assert: add new package with version 0.22 (#41347)
* perl-carp-assert: add new package with version 0.22 * fix style
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-carp-assert/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-carp-assert/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-carp-assert/package.py b/var/spack/repos/builtin/packages/perl-carp-assert/package.py
new file mode 100644
index 0000000000..b95f3e4fad
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-carp-assert/package.py
@@ -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 PerlCarpAssert(PerlPackage):
+ """Carp::Assert - executable comments."""
+
+ homepage = "https://metacpan.org/pod/Carp::Assert"
+ url = "https://cpan.metacpan.org/authors/id/Y/YV/YVES/Carp-Assert-0.22.tar.gz"
+
+ version("0.22", sha256="807ea97c6bed76ac2e4969efba7dae48fefeb9f28797f112671b3ac8a49355f7")
+
+ depends_on("perl-extutils-makemaker", type="build")