aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-raster/Makefile
blob: 08af6260180c19791b8ece91a7a430eb858b892d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

PORTNAME=	raster
DISTVERSION=	3.4-5
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Geographic Data Analysis and Modeling

LICENSE=	GPLv3

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}

USES=		compiler:c++11-lang cran:auto-plist,compiles

.include <bsd.port.mk>