blob: 6b2efc30b551d40d58c9c8ee1a726a57e4fbcefd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= isoband
PORTVERSION= 0.2.5
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Generate Isolines and Isobands from Regularly Spaced Elevation Grids
WWW= https://cran.r-project.org/web/packages/isoband/
LICENSE= MIT
USES= cran:auto-plist,compiles compiler:c++11-lang
.include <bsd.port.mk>
|