mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
19 lines
447 B
Makefile
19 lines
447 B
Makefile
PORTNAME= raster
|
|
DISTVERSION= 3.5-15
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Geographic Data Analysis and Modeling
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CRAN_DEPENDS= R-cran-sp>=1.4.5:math/R-cran-sp \
|
|
R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
|
R-cran-terra>=1.5.12:math/R-cran-terra
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= compiler:c++11-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|