mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
18 lines
440 B
Makefile
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>
|