blob: bd2ee48f17396bf0d2d95af53b6a5f53868da13c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= mnormt
DISTVERSION= 2.1.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Multivariate Normal and t Distributions
WWW= https://cran.r-project.org/web/packages/mnormt/index.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|