2016-04-29 08:56:37 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmp
|
2017-05-03 20:07:45 +02:00
|
|
|
DISTVERSION= 0.5-13.1
|
2018-03-10 18:46:04 +01:00
|
|
|
PORTREVISION= 1
|
2016-04-29 08:56:37 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Multiple Precision Arithmetic
|
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
|
2017-05-03 20:07:45 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2016-04-29 08:56:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|