diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-10-15 01:00:39 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-10-15 01:00:39 +0800 |
commit | 484fa46514cf41f30c9d432d53c00e30d5ff3ab8 (patch) | |
tree | 71c534a9246d62835030582fab670b9cfb1da28e /lang/Makefile | |
parent | 093d32913eaf064b174ea5e7418fa023f734a20e (diff) | |
download | freebsd-ports-gnome-484fa46514cf41f30c9d432d53c00e30d5ff3ab8.tar.gz freebsd-ports-gnome-484fa46514cf41f30c9d432d53c00e30d5ff3ab8.tar.zst freebsd-ports-gnome-484fa46514cf41f30c9d432d53c00e30d5ff3ab8.zip |
Add ats 0.2.5, a language with a type system rooted in the Applied Type
System.
PR: ports/161575
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index ea5559b2bfa6..948b8b8f1d97 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -14,6 +14,7 @@ SUBDIR += arena SUBDIR += asn1c SUBDIR += atlast + SUBDIR += ats SUBDIR += awka SUBDIR += bas2tap SUBDIR += basic256 |