1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/math/R-cran-spData/Makefile
2021-06-19 19:49:46 +09:00

21 lines
418 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= spData
PORTVERSION= 0.3.10
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>