freebsd-ports/devel/rapidfuzz-cpp/Makefile
Yuri Victorovich 7a7387e61d devel/rapidfuzz-cpp: Update 1.10.0 -> 1.10.1
Reported by:	portscout
2022-11-06 11:53:46 -08:00

25 lines
628 B
Makefile

PORTNAME= rapidfuzz-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.10.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Rapid fuzzy string matching in C++ using the levenshtein distance
WWW= https://github.com/maxbachmann/rapidfuzz-cpp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= catch>0:devel/catch
USES= cmake:testing compiler:c++11-lib
CMAKE_TESTING_ON= RAPIDFUZZ_BUILD_TESTING # tests use downloaded catch3 instead of catch2 from ports
# tests fail to configure, see https://github.com/maxbachmann/rapidfuzz-cpp/issues/96
USE_GITHUB= yes
GH_ACCOUNT= maxbachmann
NO_ARCH= yes
.include <bsd.port.mk>