diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2015-02-14 14:24:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2015-02-14 14:24:22 +0000 |
commit | de4790041767eae20cebc50571817e6130cca39c (patch) | |
tree | b76d3a921cc291efce1cc80755beb01aeadd4c41 /lang/pure | |
parent | 192fe3d1227082fdd01b307a7f233e69f92ca64f (diff) |
Give this an expiration date. The latest release is 0.64 from 20141030 and
may fix the compile problems.
Notes
Notes:
svn path=/head/; revision=378963
Diffstat (limited to 'lang/pure')
-rw-r--r-- | lang/pure/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 4e3f4ad7b09c..446a8c076093 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -12,13 +12,15 @@ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Modern-style functional programming language -BROKEN= Depends on deleted devel/llvm32 - LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual LLVM_VERSION= 32 +BROKEN= Depends on deleted devel/llvm32 +DEPRECATED= Old revision of software, depends on deleted version of llvm +EXPIRATION_DATE= 2015-05-14 + LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr |