summaryrefslogtreecommitdiff
path: root/astro/R-cran-maptools/Makefile
blob: ba2e1b4d8f1c27e230ac4556d6c3b23733440997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	maptools
DISTVERSION=	0.8-39
CATEGORIES=	astro
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Tools for reading and handling spatial objects

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-sp>=1.0.11:math/R-cran-sp

USES=	cran:auto-plist

.include <bsd.port.mk>