forked from Lainports/freebsd-ports
Change all MAINTAINER entries with <jbo@insane.engineer> to <jbo@FreeBSD.org> Approved by: zirias (mentor) Differential Review: https://reviews.freebsd.org/D41781
23 lines
489 B
Makefile
23 lines
489 B
Makefile
PORTNAME= gpds
|
|
DISTVERSION= 1.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jbo@FreeBSD.org
|
|
COMMENT= General purpose data serializer library written in modern C++
|
|
WWW= https://gpds.simulton.com/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
RUN_DEPENDS= spdlog>=1.9.0:devel/spdlog
|
|
|
|
USES= cmake compiler:c++17-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= simulton
|
|
|
|
CMAKE_ON= GPDS_FEATURE_SPDLOG
|
|
CMAKE_OFF= GPDS_BUILD_EXAMPLES GPDS_BUILD_TESTS
|
|
|
|
PLIST_SUB= SOVERSION="${DISTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|