freebsd-ports/math/R-cran-polycor/Makefile

18 lines
365 B
Makefile
Raw Normal View History

PORTNAME= polycor
DISTVERSION= 0.8-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>