blob: 2c31a386eb945ffe9be295f7137ade9ba6c5f8de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= truncnorm
PORTREVISION= 5
DISTVERSION= 1.0-8
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Truncated normal distribution
WWW= https://cran.r-project.org/package=truncnorm
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|