20 lines
514 B
Makefile
20 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>
|