15 lines
339 B
Makefile
15 lines
339 B
Makefile
PORTNAME= fastmap
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
|
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= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|