1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/math/R-cran-sp/Makefile
TAKATSU Tomonari 46d3e7ba41 - Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mk
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk
- Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving

Approved by:	wen (via e-mail)
2010-09-26 07:59:14 +00:00

21 lines
372 B
Makefile

# 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
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>