forked from Lainports/freebsd-ports
Add compiler:c++17-lang to USES. Changelog: https://cran.r-project.org/web/packages/fastmap/news/news.html Approved by: bofh (implicit), diizzy (implicit)
15 lines
361 B
Makefile
15 lines
361 B
Makefile
PORTNAME= fastmap
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= databases
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@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= compiler:c++17-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|