freebsd-ports/devel/rapidfuzz-cpp/Makefile
Yuri Victorovich 418e2d0f0c devel/rapidfuzz-cpp: Update 1.6.0 -> 1.7.0
Reported by:	portscout
2022-09-27 19:25:36 -07:00

24 lines
541 B
Makefile

PORTNAME= rapidfuzz-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.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= 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
USE_GITHUB= yes
GH_ACCOUNT= maxbachmann
NO_ARCH= yes
.include <bsd.port.mk>