diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-04-25 08:58:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-04-25 08:59:49 +0000 |
commit | 671d6d834713ea6924b1c8c211e5ab41618f8f78 (patch) | |
tree | 10bd3088ac1ac722a84ff7bc1e54d86e9ff1bac4 /textproc | |
parent | 8f742d73261008995921c81e21157d67f30b5f11 (diff) | |
download | ports-671d6d834713ea6924b1c8c211e5ab41618f8f78.tar.gz ports-671d6d834713ea6924b1c8c211e5ab41618f8f78.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rtf2html/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index 2731f647368b..c06257ebcc90 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -7,6 +7,9 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple rtf2html converter +DEPRECATED= Abandonware, please use something modern like markdown +EXPIRATION_DATE=2023-05-25 + LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= p5-RTF-Parser |