aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-msm/Makefile
blob: 1ac0548de6f28569c8bc21cfe157e851b17e7032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Thierry Thomas <thierry@pompo.net>

PORTNAME=	msm
PORTVERSION=	1.6.9
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Multi-State Markov and Hidden Markov Models in Continuous Time

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-expm>0:math/R-cran-expm	\
		R-cran-mvtnorm>0:math/R-cran-mvtnorm

USES=		cran:compiles

.include <bsd.port.mk>