mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Differential Revision: https://reviews.freebsd.org/D48089 Sponsored by: The FreeBSD Foundation
20 lines
522 B
Makefile
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>
|