freebsd-ports/astro/R-cran-maptools/Makefile

25 lines
485 B
Makefile
Raw Normal View History

# New ports collection makefile for: R-cran-maptools
# Date created: 2011-08-16
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= maptools
2012-07-01 09:28:48 +02:00
DISTVERSION= 0.8-16
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>=0.9.47:${PORTSDIR}/math/R-cran-sp
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>