mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
509 B
Makefile
22 lines
509 B
Makefile
PORTNAME= etm
|
|
DISTVERSION= 1.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Empirical Transition Matrix
|
|
WWW= https://cran.r-project.org/web/packages/etm/
|
|
|
|
LICENSE= MIT
|
|
|
|
CRAN_DEPENDS= R-cran-data.table>0:devel/R-cran-data.table \
|
|
R-cran-Rcpp>=0.11.4:devel/R-cran-Rcpp \
|
|
R-cran-RcppArmadillo>0:math/R-cran-RcppArmadillo
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|