freebsd-ports/math/R-cran-Amelia/Makefile

21 lines
514 B
Makefile
Raw Normal View History

PORTNAME= Amelia
2022-11-25 07:41:06 +01:00
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 \
2022-11-25 07:41:06 +01:00
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>