1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/cm/Makefile
Yuri Victorovich 2d8360a716 math/cm: update 0.4.2 → 0.4.3
Reported by:	portscout
2024-03-08 02:25:48 -08:00

31 lines
618 B
Makefile

PORTNAME= cm
DISTVERSION= 0.4.3
CATEGORIES= math
MASTER_SITES= https://www.multiprecision.org/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for ring class fields of imaginary quadratic number fields
WWW= https://www.multiprecision.org/cm/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libflint.so:math/flint2 \
libgmp.so:math/gmp \
libmpc.so:math/mpc \
libmpfr.so:math/mpfr \
libmpfrcx.so:math/mpfrcx \
libpari.so:math/pari
USES= gmake libtool localbase
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
INFO= cm
.include <bsd.port.mk>