mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
20 lines
585 B
Makefile
20 lines
585 B
Makefile
PORTNAME= split-sequence
|
|
PORTVERSION= 20011114.1
|
|
PORTREVISION= 89
|
|
CATEGORIES= devel lisp
|
|
PKGNAMEPREFIX= cl-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Partitioning Common Lisp sequences
|
|
WWW= https://www.cliki.net/SPLIT-SEQUENCE
|
|
|
|
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
|
|
|
|
USE_ASDF_FASL= yes
|
|
FASL_TARGET= sbcl
|
|
FASL_BUILD= yes
|
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
.include <bsd.port.mk>
|