diff options
Diffstat (limited to 'science/R-cran-bayesm/Makefile')
-rw-r--r-- | science/R-cran-bayesm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile new file mode 100644 index 000000000000..7665ad0f9fe7 --- /dev/null +++ b/science/R-cran-bayesm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: R-cran-bayesm +# Date created: March 07, 2011 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= bayesm +PORTVERSION= 2.2.4 +CATEGORIES= science +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Bayesian Inference for Marketing/Micro-econometrics + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |