mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
18 lines
359 B
Makefile
18 lines
359 B
Makefile
PORTNAME= eRm
|
|
DISTVERSION= 1.0-10
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Extended Rasch Modeling
|
|
WWW= https://cran.r-project.org/package=eRm
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= R-cran-psych>0:math/R-cran-psych \
|
|
R-cran-colorspace>0:graphics/R-cran-colorspace
|
|
|
|
USES= cran:compiles
|
|
|
|
.include <bsd.port.mk>
|