Joseph Mingrone 9e29528afc
devel/cl-trivial-gray-streams{,-*}: Update to 20240217
Approved by:	olgeni (maintainer, implicit)
Sponsored by:	The FreeBSD Foundation
2024-12-28 19:29:17 -04:00

21 lines
576 B
Makefile

PORTNAME= trivial-gray-streams
PORTVERSION= 20240217
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
MAINTAINER= jrm@FreeBSD.org
COMMENT= Thin compatibility layer for Gray streams
WWW= https://www.cliki.net/trivial-gray-streams
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams
USES= cl
FASL_TARGET= clisp
LISP_EXTRA_ARG= -E UTF-8
.include <bsd.port.mk>