ports/math/R-cran-raster/Makefile
TAKATSU Tomonari bb3c120009 math/R-cran-raster: Update to 3.6-30
Reported by:	portscout
2024-10-07 10:34:50 +00:00

18 lines
440 B
Makefile

PORTNAME= raster
DISTVERSION= 3.6-30
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.7.29:math/R-cran-terra
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>