aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-coda/Makefile
blob: 589867d78b0db468b97fcdd4cb49e8bbb39cd805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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-2
PORTREVISION=	2
CATEGORIES=	math
PKGNAMEPREFIX=	R-cran-
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>