blob: 52e27c16772c8bf94fb5371d640de4a5191b8370 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= MCMCpack
DISTVERSION= 1.2-4
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Markov chain Monte Carlo Package
LICENSE= GPLv3
RUN_DEPENDS= R-cran-coda>0.11.3:${PORTSDIR}/math/R-cran-coda
# Actually required 4.0 or later, but at least 4.2 in the FreeBSD ports tree
USE_GCC= 4.2+
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>
|