forked from Lainports/opnsense-ports
15 lines
361 B
Makefile
15 lines
361 B
Makefile
PORTNAME= fastmap
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Fast Implementation of a Key-Value Store
|
|
WWW= https://cran.r-project.org/web/packages/fastmap/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.note
|
|
|
|
USES= compiler:c++17-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|