blob: 56fabe45fc4712bb1ca970fb349fd2c399c87bb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= fastmap
PORTVERSION= 1.1.0
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@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= cran:auto-plist,compiles
.include <bsd.port.mk>
|