blob: a5fec4d330649f8efd0e1ecb38e50ff1651f446b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= mvtnorm
PORTVERSION= 0.9.96
PORTREVISION= 17
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1}
MAINTAINER= wen@FreeBSD.org
COMMENT= Multivariate Normal and t Distributions
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|