freebsd-ports/math/R-cran-mclust/Makefile
2022-10-31 17:33:59 +01:00

15 lines
337 B
Makefile

PORTNAME= mclust
PORTVERSION= 6.0.0
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+
USES= cran:compiles
.include <bsd.port.mk>