mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
59aea6d1c9
PR: ports/180341 Submitted by: tota (myself) Approved by: wen (maintainer, via private e-mail)
19 lines
327 B
Makefile
19 lines
327 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sp
|
|
DISTVERSION= 1.0-11
|
|
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
|
|
|
|
.include <bsd.port.mk>
|