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

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

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

LICENSE=	GPLv2

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>