git: 637c0ce005b1 - main - www/phpmustace: Mark as deprecated

From: Älven <alven_at_FreeBSD.org>
Date: Fri, 01 Aug 2025 22:32:03 UTC
The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=637c0ce005b1fe65dbb7cc5d5e9f7c3f997de5eb

commit 637c0ce005b1fe65dbb7cc5d5e9f7c3f997de5eb
Author:     Marc Veldman <marc@bumblingdork.com>
AuthorDate: 2025-07-30 14:58:19 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2025-08-01 22:30:31 +0000

    www/phpmustace: Mark as deprecated
    
    It should now be installed with the application that needs it,
    instead of as a system-wide PHP library.
    
    PR:             288554
    Approved by:    yuri@ (Mentor)
---
 www/phpmustache/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/phpmustache/Makefile b/www/phpmustache/Makefile
index 052474091651..efb4e4005a66 100644
--- a/www/phpmustache/Makefile
+++ b/www/phpmustache/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/bobthecow/mustache.php
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Installation mode changed from systemwide to per-application with Composer
+EXPIRATION_DATE=2025-10-31
+
 USES=		php:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	bobthecow