mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
bb04c84965
Reported by: portscout
21 lines
397 B
Makefile
21 lines
397 B
Makefile
PORTNAME= caliper
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.10.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Instrumentation and performance profiling library
|
|
WWW= https://software.llnl.gov/Caliper/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c++11-lib
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= LLNL
|
|
GH_PROJECT= Caliper
|
|
|
|
.include <bsd.port.mk>
|