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

22 lines
418 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= maptools
2013-09-06 13:09:54 +02:00
DISTVERSION= 0.8-27
CATEGORIES= astro
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for reading and handling spatial objects
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
2013-07-06 15:03:45 +02:00
RUN_DEPENDS= R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp
NO_STAGE= yes
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>