summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perfstubs/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/perfstubs/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perfstubs/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perfstubs/package.py b/var/spack/repos/builtin/packages/perfstubs/package.py
index a3de359232..bfdb0d9b5c 100644
--- a/var/spack/repos/builtin/packages/perfstubs/package.py
+++ b/var/spack/repos/builtin/packages/perfstubs/package.py
@@ -21,6 +21,8 @@ class Perfstubs(CMakePackage):
homepage = "https://github.com/khuck/perfstubs"
git = "https://github.com/khuck/perfstubs.git"
+ license("BSD-3-Clause")
+
version("master", branch="master")
variant("static", default=False, description="Build static executable support")