mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
23 lines
607 B
Makefile
23 lines
607 B
Makefile
PORTNAME= trivial-features
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0-4
|
|
DISTVERSIONSUFFIX= -gd249a62
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel lisp
|
|
PKGNAMEPREFIX= cl-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Ensures consistent *FEATURES* in Common Lisp
|
|
WWW= https://www.cliki.net/trivial-features
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features
|
|
|
|
USES= cl
|
|
FASL_TARGET= clisp
|
|
LISP_EXTRA_ARG= -E UTF-8
|
|
|
|
.include <bsd.port.mk>
|