freebsd-ports/devel/cl-cffi-sbcl/Makefile
2017-10-08 19:36:26 +00:00

28 lines
730 B
Makefile

# $FreeBSD$
PORTNAME= cffi
PORTVERSION= 0.16.1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Portable foreign function interface for Common Lisp
BROKEN= does not build with new sbcl 1.13
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2017-11-09
BUILD_DEPENDS= cl-cffi>=0:devel/cl-cffi \
cl-alexandria-sbcl>=0:devel/cl-alexandria-sbcl \
cl-trivial-features-sbcl>=0:devel/cl-trivial-features-sbcl \
cl-babel-sbcl>=0:converters/cl-babel-sbcl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_ASDF_FASL= yes
FASL_TARGET= sbcl
FASL_BUILD= yes
ASDF_MODULES= cffi cffi-grovel cffi-uffi-compat
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>