ports/devel/bitsery/Makefile
Yuri Victorovich b91262c942 devel/bitsery: update 5.2.3-3 → 5.2.4
Reported by:	portscout
2024-07-31 01:04:09 -07:00

22 lines
462 B
Makefile

PORTNAME= bitsery
DISTVERSIONPREFIX= v
DISTVERSION= 5.2.4
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Binary serialization library
WWW= https://github.com/fraillt/bitsery
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= fraillt
CMAKE_TESTING_ON= BITSERY_BUILD_TESTS # tests fail to compile, see https://github.com/fraillt/bitsery/issues/111
NO_ARCH= yes
.include <bsd.port.mk>