diff --git a/math/cm/Makefile b/math/cm/Makefile index b829e72e40c4..b13eeb922efb 100644 --- a/math/cm/Makefile +++ b/math/cm/Makefile @@ -1,30 +1,30 @@ PORTNAME= cm DISTVERSION= 0.4.2 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +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/home.html +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