diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-10-14 17:02:52 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-10-14 17:02:52 +0000 |
commit | 706e46ef9ad870941afcc8568e2dd4414ad1b8ce (patch) | |
tree | 4b84c1e7bf3fdac0d7c03ace289018d0febcafe8 /devel/ats-contrib-testing | |
parent | f5c7c99d19b3544c4643d0c44827a5694cebc738 (diff) | |
download | ports-706e46ef9ad870941afcc8568e2dd4414ad1b8ce.tar.gz ports-706e46ef9ad870941afcc8568e2dd4414ad1b8ce.zip |
Notes
Diffstat (limited to 'devel/ats-contrib-testing')
-rw-r--r-- | devel/ats-contrib-testing/Makefile | 21 | ||||
-rw-r--r-- | devel/ats-contrib-testing/pkg-descr | 4 |
2 files changed, 25 insertions, 0 deletions
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/ |