diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-07 02:42:48 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-14 21:57:07 +0200 |
commit | d0e65dfc8ae5e861ef010905b6d5d78713f80bd8 (patch) | |
tree | 8596258fd8bc3abf4afe9c07f3364d4bd2d01170 /databases | |
parent | databases/gnats4: Deprecate and set expiration date to 2025-06-30 (diff) |
databases/gnatsweb4: Deprecate and set expiration date to 2025-06-30
Abandoned upstream, last release in 2015 and no active development in the last 10 years
Reference: https://github.com/rpcme/GnatsWeb
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnatsweb4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/gnatsweb4/Makefile b/databases/gnatsweb4/Makefile index ff476e0dc4c0..34b183c027f8 100644 --- a/databases/gnatsweb4/Makefile +++ b/databases/gnatsweb4/Makefile @@ -11,6 +11,9 @@ WWW= https://www.gnu.org/software/gnats/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandoned upstream, last release in 2015 and no active development in the last 10 years +EXPIRATION_DATE=2025-06-30 + USES= apache:run perl5 shebangfix SHEBANG_FILES= gnatsweb.pl USE_PERL5= run |