1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/caliper/Makefile
Yuri Victorovich bb04c84965 devel/caliper: Update 2.9.1 → 2.10.0
Reported by:	portscout
2023-07-27 00:30:01 -07:00

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>