17 lines
343 B
Makefile
17 lines
343 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mvtnorm
|
|
PORTVERSION= 0.9.96
|
|
PORTREVISION= 11
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Multivariate Normal and t Distributions
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|