aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-MCMCpack/Makefile
blob: 3783ed53eff55c707509bb4b1a00d04917636048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	MCMCpack
DISTVERSION=	1.7-1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Markov chain Monte Carlo Package
WWW=		https://cran.r-project.org/web/packages/MCMCpack/

LICENSE=	GPLv3

RUN_DEPENDS=	R-cran-coda>=0.11.3:math/R-cran-coda \
		R-cran-mcmc>0:math/R-cran-mcmc \
		R-cran-quantreg>0:math/R-cran-quantreg

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>