diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-18 13:54:10 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-18 14:18:33 +0200 |
commit | 175fc07c840f5e4f7ac45d424928d497e127464d (patch) | |
tree | 1eed074474a6477de160512e8566ac0eb53e0fa8 /devel | |
parent | devel/cons: Deprecate and set expiration date to 2025-06-30 (diff) |
devel/bmake: Deprecate and set expiration date to 2025-06-30
Outdated and redundant as bmake is a part of src
PR: 286560
Approved by: maintainer timeout, 2+ weeks
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bmake/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 5216d150072a..f25ffeb33628 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -10,6 +10,9 @@ WWW= https://www.crufty.net/help/sjg/bmake.html LICENSE= BSD3CLAUSE +DEPRECATED= Outdated and redundant +EXPIRATION_DATE=2025-06-30 + PORTSCOUT= skipv:200910007 WRKSRC= ${WRKDIR}/${PORTNAME} |