freebsd-ports/math/cm/Makefile
Yuri Victorovich 3064601ea2 math/pari: Update 2.13.4 -> 2.15.0
Reported by:	portscout
2022-09-27 19:25:36 -07:00

30 lines
614 B
Makefile

PORTNAME= cm
DISTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://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/home.html
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= 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>