freebsd-ports/math/mpfi/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

25 lines
529 B
Makefile

PORTNAME= mpfi
PORTVERSION= 1.5.4
CATEGORIES= math
MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/38111/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Multiple Precision Floating-point Interval library
WWW= https://perso.ens-lyon.fr/nathalie.revol/software.html
LICENSE= LGPL3 GPLv3
LICENSE_COMB= dual
BUILD_DEPENDS= makeinfo:print/texinfo
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
USES= autoreconf libtool localbase
INFO= ${PORTNAME}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>