diff options
author | marino <marino@FreeBSD.org> | 2014-02-13 01:30:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-13 01:30:33 +0800 |
commit | 7c65825318b74ff752933b4520887c3da3cbe8b3 (patch) | |
tree | ca15046fa9bb3a977a1759383998f4a9dc631e96 /lang | |
parent | 8cecfde2e0a1636630dc810843a84a8f0529748f (diff) | |
download | freebsd-ports-gnome-7c65825318b74ff752933b4520887c3da3cbe8b3.tar.gz freebsd-ports-gnome-7c65825318b74ff752933b4520887c3da3cbe8b3.tar.zst freebsd-ports-gnome-7c65825318b74ff752933b4520887c3da3cbe8b3.zip |
lang/gnat: Expire on 1 APR 2014
This compiler is essentially obsolete and only builds on i386.
Ports is set up to use lang/gcc-aux to compile Ada and no port
depends on lang/gnat. Moreover, its presence can serve to confuse
users looking for the latest GNAT compiler.
Approved by: maintainer (deischen@)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index c3ed181292ce..e5567ff9ab19 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -19,6 +19,9 @@ LICENSE= GPLv3 LGPL3 ONLY_FOR_ARCHS= i386 +DEPRECATED= The Ada framework is based on lang/gcc-aux, use it instead +EXPIRATION_DATE=2014-04-01 + USES= bison gmake iconv perl5 USE_PERL5= build |