1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/textproc/ats-contrib-parcomb/Makefile
Li-Wen Hsu ac16e03cca Add ats-contrib-parcomb 0.2.5, parser combinators for ATS language.
PR:		ports/161577
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2011-10-14 17:04:06 +00:00

21 lines
419 B
Makefile

# New ports collection makefile for: ats-contrib-parcomb
# Date created: 2011-10-11
# Whom: 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
.include "${.CURDIR}/../../lang/ats/bsd.ats.mk"
.include <bsd.port.mk>