aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-isoband/Makefile
blob: e8edf6b64a886ff84a3ef701200dd7e09ddcba05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	isoband
PORTVERSION=	0.2.5
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Generate Isolines and Isobands from Regularly Spaced Elevation Grids

LICENSE=	MIT

USES=		cran:auto-plist,compiles compiler:c++11-lang

.include <bsd.port.mk>