diff --git a/math/mpir/Makefile b/math/mpir/Makefile index c0d00e4f66f3..2b805160b18e 100644 --- a/math/mpir/Makefile +++ b/math/mpir/Makefile @@ -1,40 +1,40 @@ # Created by: gahr PORTNAME= mpir PORTVERSION= 3.0.0 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://mpir.org/ MAINTAINER= wen@FreeBSD.org -COMMENT= Multiprecision integer library +COMMENT= Multiprecision integer, rational, floating point numbers library LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= yasm:devel/yasm USES= libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cxx --with-system-yasm INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes MPIR_VERSION= 23.0.3 MPIRXX_VERSION= 8.4.3 INFO= mpir PLIST_FILES= include/mpir.h \ include/mpirxx.h \ lib/libmpir.a \ lib/libmpir.so \ lib/libmpir.so.${MPIR_VERSION} \ lib/libmpir.so.${MPIR_VERSION:R:R} \ lib/libmpirxx.a \ lib/libmpirxx.so \ lib/libmpirxx.so.${MPIRXX_VERSION} \ lib/libmpirxx.so.${MPIRXX_VERSION:R:R} .include diff --git a/math/mpir/pkg-descr b/math/mpir/pkg-descr index fb5a5a2f90f7..a0f623cf1887 100644 --- a/math/mpir/pkg-descr +++ b/math/mpir/pkg-descr @@ -1,10 +1,10 @@ MPIR is an open source multiprecision integer (bignum) library forked from the GMP (GNU Multi Precision) project. It consists of much code from past GMP releases, in combination with much original contributed code. MPIR is constructed by a developer and vendor friendly community of professional and amateur mathematicians, computer scientists and hobbyists. -WWW: http://www.mpir.org +WWW: https://www.mpir.org