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

PORTNAME=	maptools
DISTVERSION=	0.8-27
PORTREVISION=	2
CATEGORIES=	astro
DISTNAME=	${PORTNAME}_${DISTVERSION}

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

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

RUN_DEPENDS=	R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp

NO_STAGE=	yes
USE_R_MOD=	yes
R_MOD_AUTOPLIST=	yes

.include <bsd.port.mk>