aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-bayesm/Makefile
blob: f737fde96d86eccbd6492953c132c2d770b7d67f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	bayesm
DISTVERSION=	3.1-6
CATEGORIES=	science
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Bayesian Inference for Marketing/Micro-econometrics
WWW=		https://www.perossi.org/home/bsm-1

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>