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

26 lines
601 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= geometry
2020-04-08 08:48:09 +02:00
DISTVERSION= 0.4.5
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Mesh Generation and Surface Tesselation
LICENSE= GPLv3
2020-04-08 08:48:09 +02:00
CRAN_DEPENDS= R-cran-magic>0:math/R-cran-magic \
R-cran-Rcpp>0:devel/R-cran-Rcpp \
R-cran-lpSolve>0:math/R-cran-lpSolve \
R-cran-linprog>0:math/R-cran-linprog \
R-cran-RcppProgress>0:devel/R-cran-RcppProgress
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
2020-04-08 08:48:09 +02:00
USES= cran:auto-plist,compiles
.include <bsd.port.mk>