diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-01 15:54:38 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-01 15:54:38 +0000 |
commit | 76db1743277853c45c95925dd971079200172adf (patch) | |
tree | 9748bd7da3b596cf131c946bf3fcaf3660924268 /math/pure-mpfr | |
parent | a5d3a7ab283388af00045c6aea91a9fac32d7784 (diff) | |
download | ports-76db1743277853c45c95925dd971079200172adf.tar.gz ports-76db1743277853c45c95925dd971079200172adf.zip |
Notes
Diffstat (limited to 'math/pure-mpfr')
-rw-r--r-- | math/pure-mpfr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile index e85d88f3e903..6a62e49f949b 100644 --- a/math/pure-mpfr/Makefile +++ b/math/pure-mpfr/Makefile @@ -5,14 +5,12 @@ PORTNAME= pure-mpfr PORTVERSION= 0.4 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Multiprecision floats for Pure -BROKEN= unfetchable - LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual |