blob: f3e2e9fb8a8bce450f434bfb12eed05a943692a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= eRm
DISTVERSION= 1.0-2
PORTREVISION= 1
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>
|