mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
ac16e03cca
PR: ports/161577 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
21 lines
419 B
Makefile
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>
|