summaryrefslogtreecommitdiff
path: root/math/R-cran-polycor/Makefile
blob: 2c9e22d2b930fc044c108aedc48aad82f50c4c7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	polycor
DISTVERSION=	0.8-2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Polychoric and Polyserial Correlations
WWW=		https://cran.r-project.org/package=polycor

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-admisc>0:math/R-cran-admisc	\
		R-cran-mvtnorm>0:math/R-cran-mvtnorm

USES=		cran

.include <bsd.port.mk>