21 lines
576 B
Makefile
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>
|