forked from Lainports/freebsd-ports
16 lines
338 B
Makefile
16 lines
338 B
Makefile
PORTNAME= RgoogleMaps
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Overlays on Google map tiles in R
|
|
WWW= https://cran.r-project.org/web/packages/RgoogleMaps/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-png>0:graphics/R-cran-png
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|