7afb67191e
Update to the canonical form of an R package and fix the LICENSE field.
16 lines
379 B
Makefile
16 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/07/31 18:08:51 brook Exp $
|
|
|
|
CATEGORIES= math R
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/FNN/
|
|
COMMENT= Fast nearest neighbor search algorithms and applications
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= FNN
|
|
R_PKGVER= 1.1.3
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|