18 lines
402 B
Makefile
18 lines
402 B
Makefile
PORTNAME= bayesm
|
|
DISTVERSION= 3.1-5
|
|
PORTREVISION= 1
|
|
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>
|