aboutsummaryrefslogtreecommitdiff
path: root/devel/caliper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/caliper/Makefile')
-rw-r--r--devel/caliper/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/caliper/Makefile b/devel/caliper/Makefile
index 5c77542534d4..e1de2dd307fe 100644
--- a/devel/caliper/Makefile
+++ b/devel/caliper/Makefile
@@ -1,6 +1,6 @@
PORTNAME= caliper
DISTVERSIONPREFIX= v
-DISTVERSION= 2.10.0
+DISTVERSION= 2.11.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -10,9 +10,12 @@ WWW= https://software.llnl.gov/Caliper/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:testing compiler:c++11-lib
+USES= cmake:testing compiler:c++11-lib python shebangfix
USE_LDCONFIG= yes
+SHEBANG_FILES= python/cali2traceevent \
+ python/cali2traceevent.py
+
USE_GITHUB= yes
GH_ACCOUNT= LLNL
GH_PROJECT= Caliper