blob: 29782f3812a3480939b223f0299cb22f64bce9dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= bayesm
PORTVERSION= 2.2.5
PORTREVISION= 2
CATEGORIES= science
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
MAINTAINER= wen@FreeBSD.org
COMMENT= Bayesian Inference for Marketing/Micro-econometrics
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>
|