freebsd-ports/devel/rapidfuzz-cpp/Makefile
2023-06-17 00:35:37 -07:00

24 lines
485 B
Makefile

PORTNAME= rapidfuzz-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 2.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>