blob: 5e646b59bc3213e622eb1819f0f1fadec898d5c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= marisa-trie
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= wen@FreeBSD.org
COMMENT= MARISA: Matching Algorithm with Recursively Implemented StorAge
WWW= https://github.com/s-yata/marisa-trie
LICENSE= BSD2CLAUSE LGPL21+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING.md
USES= cmake:testing compiler:c++20-lang pathfix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= s-yata
CMAKE_ON_amd64= ENABLE_NATIVE_CODE
CMAKE_ON= BUILD_SHARED_LIBS \
${CMAKE_ON_${ARCH}}
.include <bsd.port.mk>
|