17 lines
290 B
Makefile
17 lines
290 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spData
|
|
PORTVERSION= 0.2.9.4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Datasets for Spatial Analysis
|
|
|
|
LICENSE= CC0-1.0
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|