aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-maps/Makefile
blob: f6a221a1065756282f374fafd05cd5e3050b1e4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	maps
DISTVERSION=	3.4.0
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@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>