diff options
author | Neal Nelson <ports@nicandneal.net> | 2025-07-08 17:23:36 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-07-08 17:25:48 +0000 |
commit | 961717d0964abfe577ee772d03af1364f33a4877 (patch) | |
tree | 6b03b8c8c3ed90422ed4ef82ca92ee1d377ab248 | |
parent | d3f6c42d2f36989f583ea23cbbf14e5ae8665848 (diff) |
-rw-r--r-- | lang/nim/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile index 3ef474807781..06dc0e2a3fee 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -1,5 +1,6 @@ PORTNAME= nim DISTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://nim-lang.org/download/ @@ -10,11 +11,8 @@ WWW= https://nim-lang.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/copying.txt -DEPRECATED= Depends on expired www/npm-node18 -EXPIRATION_DATE=2025-09-01 - LIB_DEPENDS= libpcre.so:devel/pcre -TEST_DEPENDS= node18>=0:www/node +TEST_DEPENDS= node>=0:www/node USES= compiler:c11 cpe tar:xz CPE_VENDOR= nim-lang |