diff options
author | ale <ale@FreeBSD.org> | 2010-06-11 23:08:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-06-11 23:08:51 +0800 |
commit | 9fe693d141c24960fa238bc22f6a7a9da20b9890 (patch) | |
tree | d871c83c80fff04ec4c96080a666192dcce536fa /math/mpfr/Makefile | |
parent | 8e32993615c6def3a79c281d7e0846211a9e3889 (diff) | |
download | freebsd-ports-gnome-9fe693d141c24960fa238bc22f6a7a9da20b9890.tar.gz freebsd-ports-gnome-9fe693d141c24960fa238bc22f6a7a9da20b9890.tar.zst freebsd-ports-gnome-9fe693d141c24960fa238bc22f6a7a9da20b9890.zip |
Update to 3.0.0 release.
Diffstat (limited to 'math/mpfr/Makefile')
-rw-r--r-- | math/mpfr/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 2c48afba6989..92dd4594ca5a 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mpfr -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= mpfr @@ -17,6 +16,9 @@ COMMENT= A library for multiple-precision floating-point computations LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} |