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

19 lines
366 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= maptools
2016-02-01 03:05:01 +01:00
DISTVERSION= 0.8-39
CATEGORIES= astro
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for reading and handling spatial objects
2016-02-01 03:05:01 +01:00
LICENSE= GPLv2+
2013-07-06 15:03:45 +02:00
RUN_DEPENDS= R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp
USES= cran:auto-plist
.include <bsd.port.mk>