blob: df5de07692936eafc7fdcb73d915da572c80f039 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= raster
DISTVERSION= 3.6-32
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Geographic Data Analysis and Modeling
WWW= https://cran.r-project.org/web/packages/raster/
LICENSE= GPLv3
RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-sp>=1.4.5:math/R-cran-sp \
R-cran-terra>=1.8.5:math/R-cran-terra
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|