blob: 49981136db101c42cc2d9fd8d3acdd9155886e73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= bayesm
DISTVERSION= 3.1-0.1
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Bayesian Inference for Marketing/Micro-econometrics
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|