diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-05-31 11:30:28 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-05-31 12:38:44 +0000 |
commit | bc4dc66c1663dcbf51489dfae66e4891ca81f64c (patch) | |
tree | b968ba0ce423efdbfd732f6293c49de3bb9db407 | |
parent | 0f6100555fac9a0a35336993832a91caebabb3b1 (diff) |
net/zillion: Mark DEPRECATED
- Unmaintained upstream as last release was in 2003
- Set EXPIRATION_DATE 2025-06-30
-rw-r--r-- | net/zillion/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/zillion/Makefile b/net/zillion/Makefile index 073fbd89f902..f3549c1d6556 100644 --- a/net/zillion/Makefile +++ b/net/zillion/Makefile @@ -17,6 +17,9 @@ LICENSE_TEXT= License of this software is declared as 'BSD license' in ZillionCl supposed to be included in the source archive, but it is in fact not included. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Unmaintained upstream as last release was in 2003 +EXPIRATION_DATE= 2025-06-30 + USES= gnustep USE_GNUSTEP= back build |