freebsd-ports/devel/rapidfuzz-cpp/Makefile
Yuri Victorovich 0edd396e05 devel/rapidfuzz-cpp: update 2.2.3 → 3.0.0
Reported by:	portscout
2023-12-27 00:20:27 -08:00

24 lines
485 B
Makefile

PORTNAME= rapidfuzz-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
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= catch2>0:devel/catch2
USES= cmake:testing compiler:c++17-lang
CMAKE_TESTING_ON= RAPIDFUZZ_BUILD_TESTING
USE_GITHUB= yes
GH_ACCOUNT= maxbachmann
NO_ARCH= yes
.include <bsd.port.mk>