summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-sub-name
diff options
context:
space:
mode:
authorAudrey Thoma <las_thoma15@iastate.edu>2017-10-25 05:07:20 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2017-10-25 12:07:20 +0200
commit3265008ad2dc2264e340a0e15bf6c9984d0c2f94 (patch)
tree612fcb998e01eca2864f21bdf930a11c40a9fd86 /var/spack/repos/builtin/packages/perl-sub-name
parent9e1341a1627ea4e0341386e1e5a7ed40cadd3577 (diff)
downloadspack-3265008ad2dc2264e340a0e15bf6c9984d0c2f94.tar.gz
spack-3265008ad2dc2264e340a0e15bf6c9984d0c2f94.tar.bz2
spack-3265008ad2dc2264e340a0e15bf6c9984d0c2f94.tar.xz
spack-3265008ad2dc2264e340a0e15bf6c9984d0c2f94.zip
adding perl-moose and dependencies (#5912)
* adding perl-moose and dependencies * added missing dependency * fixed flake8 errors
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-sub-name')
-rw-r--r--var/spack/repos/builtin/packages/perl-sub-name/package.py34
1 files changed, 34 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-sub-name/package.py b/var/spack/repos/builtin/packages/perl-sub-name/package.py
new file mode 100644
index 0000000000..714efdb228
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-sub-name/package.py
@@ -0,0 +1,34 @@
+##############################################################################
+# 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/llnl/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 PerlSubName(PerlPackage):
+ """Name or rename a sub"""
+
+ homepage = "http://search.cpan.org/~ether/Sub-Name-0.21/lib/Sub/Name.pm"
+ url = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Sub-Name-0.21.tar.gz"
+
+ version('0.21', '7e7a181e30b3249d0b81585f55e36621')