summaryrefslogtreecommitdiff
path: root/math/R-cran-truncnorm/Makefile
blob: f5e7d4112c1e81c42a9e527d567ca5abe276fef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Pedro Giffuni

PORTNAME=	truncnorm
PORTREVISION=	5
DISTVERSION=	1.0-8
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Truncated normal distribution

LICENSE=	GPLv2

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>