diff --git a/devel/caliper/Makefile b/devel/caliper/Makefile index e1de2dd307fe..5ca000d4efa9 100644 --- a/devel/caliper/Makefile +++ b/devel/caliper/Makefile @@ -1,23 +1,26 @@ PORTNAME= caliper DISTVERSIONPREFIX= v DISTVERSION= 2.11.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Instrumentation and performance profiling library -WWW= https://software.llnl.gov/Caliper/ +WWW= https://software.llnl.gov/Caliper/ \ + https://github.com/LLNL/Caliper LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE 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 +# 2 tests fail, see https://github.com/LLNL/Caliper/issues/611 + .include