mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Amelia
|
|
DISTVERSION= 1.7.4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Program for Missing Data
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|