freebsd-ports/devel/caliper/Makefile
Yuri Victorovich 2ca65e1815 devel/caliper: Update 2.9.0 → 2.9.1
Reported by:	portscout
2023-01-25 21:57:03 -08:00

20 lines
396 B
Makefile

PORTNAME= caliper
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.1
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>