aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2011-10-15 01:02:52 +0800
committerlwhsu <lwhsu@FreeBSD.org>2011-10-15 01:02:52 +0800
commit0b72f106b064926d0b5b8e9a42fe787446ff2085 (patch)
tree1dca60fe78234c7b13ea9f5d13ac3ec5bb1d2444 /devel
parent484fa46514cf41f30c9d432d53c00e30d5ff3ab8 (diff)
downloadfreebsd-ports-gnome-0b72f106b064926d0b5b8e9a42fe787446ff2085.tar.gz
freebsd-ports-gnome-0b72f106b064926d0b5b8e9a42fe787446ff2085.tar.zst
freebsd-ports-gnome-0b72f106b064926d0b5b8e9a42fe787446ff2085.zip
Add ats-contrib-testing 0.2.5, facilitating construction of testing code for
ATS language. PR: ports/161576 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
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/