forked from Lainports/opnsense-ports
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iowow
|
|
PORTVERSION= 1.2.13
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Persistent key-value database engine
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cmake:outsource compiler:c11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Softmotions
|
|
USE_LDCONFIG= yes
|
|
|
|
PORTDOCS= Changelog README
|
|
|
|
.include <bsd.port.mk>
|