freebsd-ports/math/R-cran-Amelia/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

23 lines
532 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Amelia
PORTREVISION= 2
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,compiles
.include <bsd.port.mk>