1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/glaze/Makefile
Yuri Victorovich a69dfa2b3f devel/glaze: update 1.9.5 → 1.9.7
Reported by:	portscout
2023-12-15 10:29:59 -08:00

29 lines
592 B
Makefile

PORTNAME= glaze
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.7
CATEGORIES= devel textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast, in memory, JSON and interface library for modern C++
WWW= https://github.com/stephenberry/glaze
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ut>0:devel/ut
USES= cmake:testing compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= stephenberry
CMAKE_OFF= BUILD_TESTING
CMAKE_ARGS= -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS
CMAKE_TESTING_ARGS= -DFREEBSD_STAGEDIR_PREFIX=${STAGEDIR}${DATADIR}
LDFLAGS+= -pthread
NO_ARCH= yes
.include <bsd.port.mk>