Update astro/R-cran-maptools to version 0.8.23_2
[dports.git] / astro / R-cran-maptools / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD: astro/R-cran-maptools/Makefile 319316 2013-05-28 15:15:05Z bf $
3
4 PORTNAME=       maptools
5 DISTVERSION=    0.8-23
6 PORTREVISION=   2
7 CATEGORIES=     astro
8 DISTNAME=       ${PORTNAME}_${DISTVERSION}
9
10 MAINTAINER=     tota@FreeBSD.org
11 COMMENT=        Tools for reading and handling spatial objects
12
13 LICENSE=        GPLv2 GPLv3
14 LICENSE_COMB=   dual
15
16 RUN_DEPENDS=    R-cran-sp>=0.9.47:${PORTSDIR}/math/R-cran-sp
17
18 USE_R_MOD=      yes
19 R_MOD_AUTOPLIST=        yes
20
21 .include <bsd.port.mk>