diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-08 10:21:16 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-06-08 13:46:52 +0000 |
commit | 709a575fa112565c169e1f4ebd7a5dce7dc4f055 (patch) | |
tree | 3daf7b994c1c116b4fde6d4276f562a25208af70 | |
parent | 626f334c15c72713daf8fac48aa0f8476b604c2e (diff) |
-rw-r--r-- | textproc/xmlenc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile index 8c17a61d6912..14d3146ffa04 100644 --- a/textproc/xmlenc/Makefile +++ b/textproc/xmlenc/Makefile @@ -11,6 +11,9 @@ WWW= https://xmlenc.sourceforge.net/ USES= java:ant,run tar:tgz JAVA_VERSION= 8 +DEPRECATED= Outdated and obsolete, last release in 2005 +EXPIRATION_DATE=2025-07-31 + NO_ARCH= yes OPTIONS_DEFINE= DOCS |