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