blob: 2a371622f2ba273f738c8e8e0f0e910ced993be5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: R-sp
# Date created: 2009-01-25
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sp
PORTVERSION= 0.9.62
CATEGORIES= math
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_0.9-62
MAINTAINER= wen@FreeBSD.org
COMMENT= R Classes and Methods for Spatial Data
R_MOD= yes
.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
.include <bsd.port.mk>
|