diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 18:20:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 18:20:50 +0000 |
commit | 2604e7902bf2d0b15d85256bf77dfeb533cf6661 (patch) | |
tree | c715a42e4a51e104df3a7a808bb21d26920bc120 /converters | |
parent | eaa9620541ffb01b7dfd0f537aac70cd9c2ae600 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/cl-babel-clisp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/cl-babel-clisp/Makefile b/converters/cl-babel-clisp/Makefile index 6cad8f1f6f60..e9d81a85bec1 100644 --- a/converters/cl-babel-clisp/Makefile +++ b/converters/cl-babel-clisp/Makefile @@ -10,6 +10,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A charset encoding/decoding library written in Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_DATE= 2014-07-28 + BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:${PORTSDIR}/converters/cl-babel \ ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/clispfasl/arrays.fasl:${PORTSDIR}/devel/cl-alexandria-clisp \ ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/clispfasl/src/tf-clisp.fasl:${PORTSDIR}/devel/cl-trivial-features-clisp \ |