5e3a774a58
PR: 167605 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
356 B
Makefile
19 lines
356 B
Makefile
# 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
|
|
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>
|