blob: 46f926016bcbb19fc8adffb66aa1d0fc9ca66030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= fastmap
PORTVERSION= 1.1.0
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Fast Implementation of a Key-Value Store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.note
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|