blob: 50beb133085928cb2d3920a29d2778ce97debed3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= psych
DISTVERSION= 2.5.3
CATEGORIES= math science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Psych package for the R project
WWW= https://cran.r-project.org/web/packages/psych/index.html
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
CRAN_DEPENDS= R-cran-GPArotation>0:math/R-cran-GPArotation \
R-cran-mnormt>0:math/R-cran-mnormt
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
R-cran-lme4>0:math/R-cran-lme4 \
R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>
|