mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
16 lines
314 B
Makefile
16 lines
314 B
Makefile
PORTNAME= maps
|
|
DISTVERSION= 3.4.2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Draw Geographical Maps
|
|
WWW= https://CRAN.R-project.org/package=maps
|
|
|
|
LICENSE= GPLv2
|
|
|
|
TEST_DEPENDS= R-cran-sp>0:math/R-cran-sp
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|