freebsd-ports/math/R-cran-FNN/Makefile
2023-03-21 19:49:14 +01:00

14 lines
296 B
Makefile

PORTNAME= FNN
PORTVERSION= 1.1.3.2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Fast Nearest Neighbor Search Algorithms and Applications
WWW= https://cran.r-project.org/package=FNN
LICENSE= GPLv2+
USES= cran:compiles
.include <bsd.port.mk>