21 lines
541 B
Makefile
21 lines
541 B
Makefile
PORTNAME= meta
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 84
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc lisp
|
|
PKGNAMEPREFIX= cl-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Parser generator for Common Lisp
|
|
WWW= http://home.pipeline.com/~hbaker1/Prag-Parse.html
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta
|
|
|
|
USE_ASDF_FASL= yes
|
|
FASL_TARGET= sbcl
|
|
FASL_BUILD= yes
|
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
.include <bsd.port.mk>
|