freebsd-ports/math/R-cran-raster/Makefile

21 lines
417 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= raster
2020-07-18 21:37:19 -04:00
DISTVERSION= 3.3-13
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Geographic Data Analysis and Modeling
LICENSE= GPLv3
2020-06-27 19:42:59 -04:00
CRAN_DEPENDS= R-cran-sp>=1.4.1:math/R-cran-sp \
R-cran-Rcpp>0:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
2020-04-20 20:06:08 -04:00
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>