aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-truncnorm/Makefile
blob: 158a49411254ad3172c71f6c8f5f70d4e54a0d13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	truncnorm
DISTVERSION=	1.0-9
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	eduardo@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>