blob: ba6e77decc651d199d18eefa2d6c5b44afaaf756 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= terra
DISTVERSION= 1.8-54
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Spatiall Data Analysis
WWW= https://cran.r-project.org/package=terra
LICENSE= GPLv3+
LIB_DEPENDS= libgdal.so:graphics/gdal \
libgeos_c.so:graphics/geos \
libproj.so:graphics/proj
CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-deldir>0:math/R-cran-deldir \
R-cran-ncdf4>0:math/R-cran-ncdf4
USES= cran:auto-plist,compiles sqlite:3
.include <bsd.port.mk>
|