e288e58754
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MCMCpack
|
|
DISTVERSION= 1.3-3
|
|
PORTREVISION= 3
|
|
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+
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|