706e46ef9a
ATS language. PR: ports/161576 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
21 lines
453 B
Makefile
21 lines
453 B
Makefile
# New ports collection makefile for: ats-contrib-testing
|
|
# Date created: 2011-10-11
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= testing
|
|
PORTVERSION= ${ATS_VER}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jyyou@cs.nctu.edu.tw
|
|
COMMENT= Facilitating construction of testing code for ATS language
|
|
|
|
NO_BUILD= yes
|
|
ATS_CTRB= testing
|
|
|
|
.include "${.CURDIR}/../../lang/ats/bsd.ats.mk"
|
|
.include <bsd.port.mk>
|