summaryrefslogtreecommitdiff
path: root/geography/R-geosphere/Makefile
blob: cec89f3741d336e5fcc643b11d2ab8620974e973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.3 2021/09/20 11:45:04 mef Exp $

R_PKGNAME=	geosphere
R_PKGVER=	1.5-10
CATEGORIES=	geography

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/geosphere/
COMMENT=	Spherical Trigonometry
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-sp>=1.2.5:../../math/R-sp

TEST_DEPENDS+=	R-raster-[0-9]*:../../geography/R-raster

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"