summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChristopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com>2023-01-11 19:51:05 +0000
committerGitHub <noreply@github.com>2023-01-11 11:51:05 -0800
commita8188a9f1447627c4f6291d35b2a4b105889cc0b (patch)
tree2ddb104ffb52255af03d238269b1814268f00833 /var
parentc19638bb0d8a9b5b7f054662a7f76905efb39036 (diff)
downloadspack-a8188a9f1447627c4f6291d35b2a4b105889cc0b.tar.gz
spack-a8188a9f1447627c4f6291d35b2a4b105889cc0b.tar.bz2
spack-a8188a9f1447627c4f6291d35b2a4b105889cc0b.tar.xz
spack-a8188a9f1447627c4f6291d35b2a4b105889cc0b.zip
perl-pathtools: add 3.75 (#34787)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/perl-pathtools/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-pathtools/package.py b/var/spack/repos/builtin/packages/perl-pathtools/package.py
new file mode 100644
index 0000000000..9c692f31bf
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-pathtools/package.py
@@ -0,0 +1,15 @@
+# Copyright 2013-2022 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 PerlPathtools(PerlPackage):
+ """File::Spec - portably perform operations on file names."""
+
+ homepage = "https://metacpan.org/pod/File::Spec"
+ url = "https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/PathTools-3.75.tar.gz"
+
+ version("3.75", sha256="a558503aa6b1f8c727c0073339081a77888606aa701ada1ad62dd9d8c3f945a2")