diff options
Diffstat (limited to 'www/node23/Makefile')
-rw-r--r-- | www/node23/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/node23/Makefile b/www/node23/Makefile index bd3f8a2dcaf2..f56bd755a581 100644 --- a/www/node23/Makefile +++ b/www/node23/Makefile @@ -13,6 +13,8 @@ WWW= https://nodejs.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Node.js 23.* will reach its EoL on 2024-06-01. Use Node.js 24.* (www/node24) instead +EXPIRATION_DATE=2025-06-30 BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= Node.js ${PORTVERSION:R:R}.x requires OpenSSL or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le |