Changeset View
Changeset View
Standalone View
Standalone View
graphics/R-cran-s2/Makefile
| PORTNAME= s2 | PORTNAME= s2 | ||||
| DISTVERSION= 1.1.9 | DISTVERSION= 1.1.9 | ||||
| CATEGORIES= graphics | CATEGORIES= graphics | ||||
| DISTNAME= ${PORTNAME}_${PORTVERSION} | DISTNAME= ${PORTNAME}_${PORTVERSION} | ||||
| MAINTAINER= bofh@FreeBSD.org | MAINTAINER= bofh@FreeBSD.org | ||||
| COMMENT= Spherical Geometry Operators Using the S2 Geometry Library | COMMENT= Spherical Geometry Operators Using the S2 Geometry Library | ||||
| WWW= https://cran.r-project.org/web/packages/s2/ | WWW= https://cran.r-project.org/web/packages/s2/ | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| NOT_FOR_ARCHS= armv6 mips | NOT_FOR_ARCHS= armv6 | ||||
| NOT_FOR_ARCHS_REASON= is currently 64-bit only | NOT_FOR_ARCHS_REASON= is currently 64-bit only | ||||
| CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ | CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ | ||||
| R-cran-wk>=0.6.0:math/R-cran-wk | R-cran-wk>=0.6.0:math/R-cran-wk | ||||
| BUILD_DEPENDS= ${CRAN_DEPENDS} | BUILD_DEPENDS= ${CRAN_DEPENDS} | ||||
| LIB_DEPENDS= libabsl_base.so:devel/abseil | LIB_DEPENDS= libabsl_base.so:devel/abseil | ||||
| RUN_DEPENDS= ${CRAN_DEPENDS} | RUN_DEPENDS= ${CRAN_DEPENDS} | ||||
| USES= cran:auto-plist,compiles pkgconfig ssl | USES= cran:auto-plist,compiles pkgconfig ssl | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||