1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/R-cran-conquer/Makefile
2022-03-23 11:23:52 +00:00

20 lines
494 B
Makefile

PORTNAME= conquer
PORTVERSION= 1.3.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Convolution-Type Smoothed Quantile Regression
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-Rcpp>=1.0.3:devel/R-cran-Rcpp \
R-cran-matrixStats>0:math/R-cran-matrixStats \
R-cran-RcppArmadillo>=0.9.850.1.0:math/R-cran-RcppArmadillo
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>