aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-sp/Makefile
blob: 84ee8753df8e62055e6973002b5604ddc3176213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    R-sp
# Date created:     2009-01-25
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   sp
DISTVERSION=    0.9-99
PORTREVISION=   1
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    R Classes and Methods for Spatial Data

USE_R_MOD=      yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>