aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-moments/Makefile
blob: c68f3da1b780fa017e3f6192ef965e2c3a0815dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	moments
PORTVERSION=	0.14.1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Moments, Cumulants, Skewness, Kurtosis and Related Tests
WWW=		https://cran.r-project.org/package=moments

LICENSE=	GPLv2+

USES=		cran

.include <bsd.port.mk>