freebsd-ports/devel/cl-cffi-sbcl/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
616 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
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>