pkgsrc/math/R-e1071/Makefile
adam eee38b60c2 Functions for latent class analysis, short time Fourier transform, fuzzy
clustering, support vector machines, shortest path computation, bagged
clustering, naive Bayes classifier, ...
2009-12-11 19:09:46 +00:00

16 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:09:46 adam Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
COMMENT= Functions for latent class analysis
R_PKGNAME= e1071
R_PKGVER= 1.5-21
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"