freebsd-ports/math/R-cran-isoband/Makefile

15 lines
345 B
Makefile
Raw Normal View History

PORTNAME= isoband
2021-07-14 06:53:37 -04:00
PORTVERSION= 0.2.5
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>