diff options
author | marino <marino@FreeBSD.org> | 2013-07-21 22:17:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-21 22:17:04 +0800 |
commit | 4d8074dc0ffe5c2ba20c6abcfe2e435590c820e8 (patch) | |
tree | 3c32ef60edb3abee4ac728470eccd77e96082030 /lang/Makefile | |
parent | 7ca256c3c3ef10f9b38c55cb9432e7590aa174e5 (diff) | |
download | freebsd-ports-gnome-4d8074dc0ffe5c2ba20c6abcfe2e435590c820e8.tar.gz freebsd-ports-gnome-4d8074dc0ffe5c2ba20c6abcfe2e435590c820e8.tar.zst freebsd-ports-gnome-4d8074dc0ffe5c2ba20c6abcfe2e435590c820e8.zip |
Add new port: lang/asis
This is ASIS, the Ada Semantic Interface Specification.
ASIS is tightly coupled with lang/gcc-aux and must be built with the same
sources. For this reason, ASIS will not work with other Ada compilers,
including GNAT GPL (lang/gnat).
ASIS is a dependency of several upcoming Ada ports.
Approved by: bapt (mentor)
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 9a0074dde6c4..849bdb921f9b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -11,6 +11,7 @@ SUBDIR += algol68g SUBDIR += alisp SUBDIR += arena + SUBDIR += asis SUBDIR += asn1c SUBDIR += atlast SUBDIR += ats |