freebsd-ports/databases/R-cran-fastmap/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

14 lines
284 B
Makefile

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>