mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
0b7540258b
PR: 271317 Reported by: uzsolt@uzsolt.hu
16 lines
339 B
Makefile
16 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>
|