freebsd-ports/math/R-cran-terra/Makefile
2023-07-26 21:58:55 +02:00

22 lines
530 B
Makefile

PORTNAME= terra
DISTVERSION= 1.7-39
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Spatiall Data Analysis
WWW= https://cran.r-project.org/web/packages/terra/
LICENSE= GPLv3+
LIB_DEPENDS= libgdal.so:graphics/gdal \
libgeos.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}
USES= compiler:c++17-lang cran:auto-plist,compiles sqlite:3
.include <bsd.port.mk>