aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-conquer/Makefile
blob: 20a144e029db4cd4780fc9c81bb99c01b99e305d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	conquer
PORTVERSION=	1.3.1
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Convolution-Type Smoothed Quantile Regression
WWW=		https://cran.r-project.org/web/packages/conquer/

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>