1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/math/R-cran-Amelia/Makefile
2021-06-24 07:20:40 +08:00

21 lines
480 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= Amelia
DISTVERSION= 1.8.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Program for Missing Data
LICENSE= GPLv2+
BUILD_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \
R-cran-RcppArmadillo>=0:math/R-cran-RcppArmadillo
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>