diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-11-06 16:21:28 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-11-06 16:25:19 +0000 |
commit | 378e361fba856e544d8e7913857541b12af06f21 (patch) | |
tree | 07d8e965c8d7383583578b000daf8db8b5c20045 | |
parent | a3e08b2e2ffbabea186e773c3a38d030be161287 (diff) | |
download | ports-378e361fba856e544d8e7913857541b12af06f21.tar.gz ports-378e361fba856e544d8e7913857541b12af06f21.zip |
lang/nbc: Return to pool, expire on 2022-02-28
No upstream releases since 2011, and this software is targeted at
the previous generation of Lego Mindstorms (NXT 2).
-rw-r--r-- | lang/nbc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 858f24562cac..d1da83e2dd53 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -7,11 +7,14 @@ CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= rene@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Programming language for the LEGO MINDSTORMS NXT LICENSE= MPL11 +DEPRECATED= No releases since 2011, for previous generation LEGO Mindstorms +EXPIRATION_DATE= 2022-02-28 + MAKE_JOBS_UNSAFE= yes MAKEFILE= nbcunix.mak WRKSRC= ${WRKDIR}/NXT |