mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
20 lines
493 B
Makefile
20 lines
493 B
Makefile
PORTNAME= lml
|
|
PORTVERSION= 2.5.7
|
|
PORTREVISION= 83
|
|
CATEGORIES= www textproc
|
|
PKGNAMEPREFIX= cl-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Lisp Markup Language
|
|
WWW= http://lml.b9.com/
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml
|
|
|
|
USE_ASDF_FASL= yes
|
|
FASL_TARGET= sbcl
|
|
FASL_BUILD= yes
|
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
.include <bsd.port.mk>
|