freebsd-ports/math/R-cran-polycor/Makefile
2023-04-23 09:09:58 +00:00

18 lines
381 B
Makefile

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>