1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/databases/R-cran-fastmap/Makefile
2023-06-01 18:55:30 +08:00

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>