forked from Lainports/freebsd-ports
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
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>
|