forked from Lainports/freebsd-ports
24 lines
541 B
Makefile
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>
|