aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-coda/Makefile
blob: c061b3ef40727ae1bbaaefcae2e7c3a9ee1b3c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	math/R-cran-coda
# Date created:				Jan 17, 2010
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	coda
DISTVERSION=	0.14-7
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Output analysis and diagnostics for MCMC

USE_R_MOD=	yes
R_MOD_AUTOPLIST=	yes

.include <bsd.port.mk>