diff options
author | linimon <linimon@FreeBSD.org> | 2009-05-29 06:52:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-05-29 06:52:32 +0800 |
commit | 80bdf827e90911131da6068a3862f7d155164d94 (patch) | |
tree | 7eac6ae9672d43023c834a6606666b5480e33d52 /lang | |
parent | f09456c10655740128b5a5da83a354ea15384e68 (diff) | |
download | freebsd-ports-gnome-80bdf827e90911131da6068a3862f7d155164d94.tar.gz freebsd-ports-gnome-80bdf827e90911131da6068a3862f7d155164d94.tar.zst freebsd-ports-gnome-80bdf827e90911131da6068a3862f7d155164d94.zip |
Mark as deprecated: broken, no longer being supported, developers suggest
using lang/open-cobol instead.
Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tinycobol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile index e9617628b169..b9410f5495ab 100644 --- a/lang/tinycobol/Makefile +++ b/lang/tinycobol/Makefile @@ -10,10 +10,12 @@ PORTVERSION= 0.64 CATEGORIES= lang MASTER_SITES= SF/tiny-cobol -MAINTAINER= glen.j.barber@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A tiny COBOL compiler for IA32 platforms BROKEN= Missing htcobol compiler binary +DEPRECATED= no longer being developed; consider using lang/open-cobol instead +EXPIRATION_DATE= 2009-07-28 ONLY_FOR_ARCHS= i386 |