17 lines
351 B
Makefile
17 lines
351 B
Makefile
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= parcomb
|
|
PORTVERSION= ${ATS_VER}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jyyou@cs.nctu.edu.tw
|
|
COMMENT= Parser combinators for ATS language
|
|
|
|
ATS_CTRB= parcomb
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ats/bsd.ats.mk"
|
|
.include <bsd.port.mk>
|