diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-13 21:40:30 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-03-13 21:46:33 +0100 |
commit | 8cd8d460e2e0b2b47ba6b27a0e1c714f30a82017 (patch) | |
tree | 7681bb07f25cbc42d3a6ae0d0a429ba98d3f6778 /java | |
parent | textproc/jaxup: Deprecate and set expiration date to 2025-04-30 (diff) |
textproc/jaxen: Deprecate and set expiration date to 2025-04-30
Outdated, unsupported upstream and unmaintained in tree for years
Upstream is located at https://github.com/jaxen-xpath/jaxen if
someone wants to adopt port
Diffstat (limited to 'java')
-rw-r--r-- | java/jaxen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/jaxen/Makefile b/java/jaxen/Makefile index d951ed37a6ea..bbe4fa2ce97e 100644 --- a/java/jaxen/Makefile +++ b/java/jaxen/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java XPath Engine WWW= https://jaxen.org +DEPRECATED= Outdated, unsupported upstream and unmaintained in tree for years +EXPIRATION_DATE=2025-04-30 + USES= java NO_BUILD= YES |