mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
26 lines
545 B
Makefile
26 lines
545 B
Makefile
PORTNAME= rapidfuzz-cpp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.3.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Rapid fuzzy string matching in C++ using the levenshtein distance
|
|
WWW= https://github.com/rapidfuzz/rapidfuzz-cpp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= catch>0:devel/catch
|
|
|
|
USES= cmake:testing compiler:c++17-lang
|
|
|
|
CMAKE_TESTING_ON= RAPIDFUZZ_BUILD_TESTING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rapidfuzz
|
|
|
|
NO_ARCH= yes
|
|
|
|
# tests as of 3.3.2: 100% tests passed, 0 tests failed out of 10
|
|
|
|
.include <bsd.port.mk>
|