mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
22 lines
462 B
Makefile
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>
|