diff options
Diffstat (limited to 'devel/nimble/Makefile')
-rw-r--r-- | devel/nimble/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/nimble/Makefile b/devel/nimble/Makefile index 7e3edf0fda72..fb59d0e76591 100644 --- a/devel/nimble/Makefile +++ b/devel/nimble/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/nim-lang/nimble LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +DEPRECATED= Depends on expiring lang/nim +EXPIRATION_DATE=2025-09-01 + BUILD_DEPENDS= ${LOCALBASE}/nim/bin/nim:lang/nim RUN_DEPENDS= ${LOCALBASE}/nim/bin/nim:lang/nim |