forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MCMCpack
|
|
DISTVERSION= 1.3-3
|
|
PORTREVISION= 5
|
|
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.
|
|
USE_GCC= any
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|