From 706e46ef9ad870941afcc8568e2dd4414ad1b8ce Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 14 Oct 2011 17:02:52 +0000 Subject: Add ats-contrib-testing 0.2.5, facilitating construction of testing code for ATS language. PR: ports/161576 Submitted by: Jyun-Yan You --- devel/Makefile | 1 + devel/ats-contrib-testing/Makefile | 21 +++++++++++++++++++++ devel/ats-contrib-testing/pkg-descr | 4 ++++ 3 files changed, 26 insertions(+) create mode 100644 devel/ats-contrib-testing/Makefile create mode 100644 devel/ats-contrib-testing/pkg-descr (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 2e8e0b891996..2e5d1ba66e1c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -64,6 +64,7 @@ SUBDIR += astyle SUBDIR += atlas SUBDIR += atlas-devel + SUBDIR += ats-contrib-testing SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive diff --git a/devel/ats-contrib-testing/Makefile b/devel/ats-contrib-testing/Makefile new file mode 100644 index 000000000000..84f037ea6bd7 --- /dev/null +++ b/devel/ats-contrib-testing/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ats-contrib-testing +# Date created: 2011-10-11 +# Whom: Jyun-Yan You +# +# $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 diff --git a/devel/ats-contrib-testing/pkg-descr b/devel/ats-contrib-testing/pkg-descr new file mode 100644 index 000000000000..58c6a3060000 --- /dev/null +++ b/devel/ats-contrib-testing/pkg-descr @@ -0,0 +1,4 @@ +This ATS contributed library is for +facilitating construction of testing code. + +WWW: http://www.ats-lang.org/ -- cgit v1.2.3