summaryrefslogtreecommitdiff
path: root/math/R-cran-FNN/Makefile
blob: a87493554329e88ec0e260b73bbf7d25a0f78cbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	FNN
PORTVERSION=	1.1.4.1
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>