aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-sp/Makefile
blob: 2782131a7def6ce40619400dc4351337d7646e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   sp
DISTVERSION=    1.0-11
PORTREVISION=   2
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

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

LICENSE=    GPLv2 GPLv3
LICENSE_COMB=   dual

USE_R_MOD=      yes
R_MOD_AUTOPLIST=    yes

NO_STAGE=   yes
.include <bsd.port.mk>