aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-spData/Makefile
blob: 6d8d8867b9e419432653652a85b05b91b3735f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	spData
PORTVERSION=	2.0.1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Datasets for Spatial Analysis

LICENSE=	CC0-1.0

CRAN_DEPENDS=	R-cran-sp>0:math/R-cran-sp \
		R-cran-raster>0:math/R-cran-raster
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>