pkgsrc/geography/R-osmar/Makefile
brook 5b10434c9a geography/R-osmar: import R-osmar-1.1.7
This package provides infrastructure to access OpenStreetMap data from
different sources, to work with the data in common R manner, and to
convert data into available infrastructure provided by existing R
packages (e.g., into sp and igraph objects).
2020-08-09 15:16:52 +00:00

18 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/08/09 15:16:52 brook Exp $
R_PKGNAME= osmar
R_PKGVER= 1.1-7
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= OpenStreetMap and R
LICENSE= gnu-gpl-v2
DEPENDS+= R-geosphere>=1.5.7:../../geography/R-geosphere
DEPENDS+= R-RCurl>=1.98.1.1:../../www/R-RCurl
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../math/R-XML/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"