cf118ccf87
Reported by: lwhsu
14 lines
284 B
Makefile
14 lines
284 B
Makefile
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>
|