aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2011-10-14 17:02:52 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2011-10-14 17:02:52 +0000
commit706e46ef9ad870941afcc8568e2dd4414ad1b8ce (patch)
tree4b84c1e7bf3fdac0d7c03ace289018d0febcafe8 /devel
parentf5c7c99d19b3544c4643d0c44827a5694cebc738 (diff)
downloadports-706e46ef9ad870941afcc8568e2dd4414ad1b8ce.tar.gz
ports-706e46ef9ad870941afcc8568e2dd4414ad1b8ce.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ats-contrib-testing/Makefile21
-rw-r--r--devel/ats-contrib-testing/pkg-descr4
3 files changed, 26 insertions, 0 deletions
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 <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>
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/