mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
16 lines
386 B
Makefile
16 lines
386 B
Makefile
PORTNAME= mclust
|
|
PORTVERSION= 6.1.1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation
|
|
WWW= https://cran.r-project.org/package=mclust
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
|
|
|
USES= cran:compiles
|
|
|
|
.include <bsd.port.mk>
|