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

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Mesh Generation and Surface Tesselation
WWW=		https://cran.r-project.org/web/packages/geometry/

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-linprog>0:math/R-cran-linprog \
		R-cran-lpSolve>0:math/R-cran-lpSolve \
		R-cran-magic>0:math/R-cran-magic \
		R-cran-Rcpp>0:devel/R-cran-Rcpp \
		R-cran-RcppProgress>0:devel/R-cran-RcppProgress
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>