freebsd-ports/math/R-cran-Amelia/Makefile
2022-11-25 06:41:06 +00:00

21 lines
514 B
Makefile

PORTNAME= Amelia
DISTVERSION= 1.8.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Program for Missing Data
WWW= https://gking.harvard.edu/amelia
LICENSE= GPLv2+
BUILD_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \
R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo \
R-cran-rlang>=0:devel/R-cran-rlang
RUN_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \
R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo
USES= cran:auto-plist,compiles
.include <bsd.port.mk>