freebsd-ports/math/R-cran-terra/Makefile
Loïc Bartoletti de3b9f5578 graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
2022-11-17 09:20:57 +01:00

23 lines
527 B
Makefile

PORTNAME= terra
DISTVERSION= 1.6-17
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@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++11-lang cran:auto-plist,compiles sqlite:3
.include <bsd.port.mk>