18 lines
348 B
Makefile
18 lines
348 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
PORTNAME= ltm
|
|
DISTVERSION= 1.2-0
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Latent Trait Models under IRT
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-msm>0:devel/R-cran-msm \
|
|
R-cran-polycor>0:math/R-cran-polycor
|
|
|
|
USES= cran
|
|
|
|
.include <bsd.port.mk>
|