blob: 90820a90be213ff5e87b83ccc1f59850f66d3810 (
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
PORTVERSION= 0.14
CATEGORIES= math
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION}-2
MAINTAINER= wen@FreeBSD.org
COMMENT= Output analysis and diagnostics for MCMC
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>
|