Update astro/R-cran-maptools to version 0.8.27_1
[dports.git] / astro / R-cran-maptools / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD: astro/R-cran-maptools/Makefile 331644 2013-10-26 00:52:33Z gerald $
3
4 PORTNAME=       maptools
5 DISTVERSION=    0.8-27
6 PORTREVISION=   1
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>=1.0.11:${PORTSDIR}/math/R-cran-sp
17
18 NO_STAGE=       yes
19 USE_R_MOD=      yes
20 R_MOD_AUTOPLIST=        yes
21
22 .include <bsd.port.mk>