summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py b/var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py
new file mode 100644
index 0000000000..294342c1ec
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-file-sharedir-install/package.py
@@ -0,0 +1,17 @@
+# Copyright 2013-2018 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 import *
+
+
+class PerlFileSharedirInstall(PerlPackage):
+ """Install shared files"""
+
+ homepage = "http://search.cpan.org/~ether/File-ShareDir-Install-0.11/lib/File/ShareDir/Install.pm"
+ url = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/File-ShareDir-Install-0.11.tar.gz"
+
+ version('0.11', '61107e6ce6eee42bf29525b1a4d029e0')
+
+ depends_on('perl-module-build', type='build')