diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-19 21:50:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-19 21:50:49 +0000 |
commit | ba4d55b3086d8a96d2f02b21837aab006606120d (patch) | |
tree | 0aeb6bc868935bdae321646d45a5d3e72fa27886 /lang/stklos/Makefile | |
parent | a5088b5074338cc871a1a4a954e081756f7e2ff7 (diff) |
Notes
Diffstat (limited to 'lang/stklos/Makefile')
-rw-r--r-- | lang/stklos/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile index 01b7afe00f61..b2114f071340 100644 --- a/lang/stklos/Makefile +++ b/lang/stklos/Makefile @@ -8,9 +8,12 @@ CATEGORIES= lang scheme MASTER_SITES= http://www.stklos.net/download/ \ ftp://kaolin.essi.fr/pub/STklos/ -MAINTAINER= vmagerya@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= The successor of the STk Scheme interpreter +DEPRECATED= Fails testsuite on all platforms, unmaintained upstream +EXPIRATION_DATE=2014-07-20 + LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ pcre.3:${PORTSDIR}/devel/pcre \ ffi:${PORTSDIR}/devel/libffi \ |