ports/devel/cl-split-sequence-clisp/Makefile
Joseph Mingrone 7f68336ed1
*/*-clisp: Add CLISP fasl ports
Differential Revision:	https://reviews.freebsd.org/D48089
Sponsored by:	The FreeBSD Foundation
2024-12-19 22:31:48 -04:00

20 lines
522 B
Makefile

PORTNAME= split-sequence
PORTVERSION= 20011114.1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
MAINTAINER= jrm@FreeBSD.org
COMMENT= Partitioning Common Lisp sequences
WWW= https://www.cliki.net/SPLIT-SEQUENCE
LICENSE= PD
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence
USES= cl
FASL_TARGET= clisp
LISP_EXTRA_ARG= -E UTF-8
.include <bsd.port.mk>