summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorEric <erimar77@users.noreply.github.com>2018-03-21 12:35:28 -0500
committerscheibelp <scheibel1@llnl.gov>2018-03-21 10:35:28 -0700
commit64f15957cedf6bdc5be8cc1b8d9d4c36e100ff98 (patch)
tree6b9bbebed3b6e58939e7de0f22e68da61f7a591d /var
parent71802a57cf25330e23aa2a3327a0c6df9c2f1f62 (diff)
downloadspack-64f15957cedf6bdc5be8cc1b8d9d4c36e100ff98.tar.gz
spack-64f15957cedf6bdc5be8cc1b8d9d4c36e100ff98.tar.bz2
spack-64f15957cedf6bdc5be8cc1b8d9d4c36e100ff98.tar.xz
spack-64f15957cedf6bdc5be8cc1b8d9d4c36e100ff98.zip
new package: perl-module-runtime (#7494)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/perl-module-runtime/package.py36
1 files changed, 36 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-module-runtime/package.py b/var/spack/repos/builtin/packages/perl-module-runtime/package.py
new file mode 100644
index 0000000000..badcc7c5ce
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-module-runtime/package.py
@@ -0,0 +1,36 @@
+##############################################################################
+# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
+# Produced at the Lawrence Livermore National Laboratory.
+#
+# This file is part of Spack.
+# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
+# LLNL-CODE-647188
+#
+# For details, see https://github.com/spack/spack
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License (as
+# published by the Free Software Foundation) version 2.1, February 1999.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
+# conditions of the GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##############################################################################
+from spack import *
+
+
+class PerlModuleRuntime(PerlPackage):
+ """Runtime module handling"""
+
+ homepage = "http://search.cpan.org/~zefram/Module-Runtime/lib/Module/Runtime.pm"
+ url = "http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz"
+
+ version('0.016', 'd3d47222fa2e3dfcb4526f6cc8437b20')
+
+ depends_on('perl-module-build', type='build')