1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/math/R-cran-gmp/Makefile
2021-04-06 16:31:07 +02:00

18 lines
313 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= gmp
DISTVERSION= 0.6-2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Multiple Precision Arithmetic
LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>