aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-mclust/Makefile
blob: 5befeb5c6f4680c9eaf6653c8b1ab2930deec1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	mclust
PORTVERSION=	5.4.10
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation

LICENSE=	GPLv2+

USES=		cran:compiles

.include <bsd.port.mk>