Files
ports/databases/R-cran-fastmap/Makefile
T
TAKATSU Tomonari ee2f0a9d3c - Update to 1.1.0
2021-01-30 02:20:41 +00:00

17 lines
297 B
Makefile

# $FreeBSD$
PORTNAME= fastmap
PORTVERSION= 1.1.0
CATEGORIES= databases
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Fast Implementation of a Key-Value Store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.note
USES= cran:auto-plist,compiles
.include <bsd.port.mk>