2012-11-18 05:34:53 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= MCMCpack
|
2013-05-03 17:57:58 +02:00
|
|
|
DISTVERSION= 1.3-3
|
2013-05-28 17:15:05 +02:00
|
|
|
PORTREVISION= 1
|
2012-11-18 05:34:53 +01:00
|
|
|
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
|
|
|
|
|
2013-09-20 22:55:04 +02:00
|
|
|
NO_STAGE= yes
|
2012-11-18 05:34:53 +01:00
|
|
|
.include <bsd.port.mk>
|