blob: 4248a73ae4d0ac8471d1ce7b2db651b6c6514be7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Amelia
DISTVERSION= 1.8.3
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>
|