diff options
Diffstat (limited to 'devel/cl-cffi-clisp/Makefile')
-rw-r--r-- | devel/cl-cffi-clisp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cl-cffi-clisp/Makefile b/devel/cl-cffi-clisp/Makefile index e240d1a..d7d8b4b 100644 --- a/devel/cl-cffi-clisp/Makefile +++ b/devel/cl-cffi-clisp/Makefile @@ -9,6 +9,9 @@ DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org COMMENT= A portable foreign function interface for Common Lisp +DEPRECATED= Depends on deprecated lang/clisp +EXIPIRATION_DATE= 2014-07-28 + BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cffi/cffi.asd:${PORTSDIR}/devel/cl-cffi \ ${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 \ |