summaryrefslogtreecommitdiff
path: root/math/R-cran-polycor/Makefile
blob: a93ce4f94ffeff6d8599d43a823572f1e5b38105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	polycor
DISTVERSION=	0.8-1
PORTREVISION=	1
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>