ports/math/R-cran-gmp/Makefile
2024-01-20 17:42:49 +00:00

16 lines
317 B
Makefile

PORTNAME= gmp
DISTVERSION= 0.7-4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Multiple Precision Arithmetic
WWW= https://cran.r-project.org/web/packages/gmp/
LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>