diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-07-15 21:50:11 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-07-15 21:59:04 +0000 |
| commit | 35ae3e5963355a86f57f466d88d45749e6bd0542 (patch) | |
| tree | a7903c6fa9890f7c73d7b06c02f91326ce9ce7ff | |
| parent | b4dab3c5ce601fbf7cf70e5fc59e5959eba70db7 (diff) | |
math/lambda: Mark DEPRECATED
- Upstream unmaintained and last release was in 2004
- Set EXPIRATION_DATE 2026-09-30
| -rw-r--r-- | math/lambda/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/lambda/Makefile b/math/lambda/Makefile index 778828c471bb..7ac7b91769b1 100644 --- a/math/lambda/Makefile +++ b/math/lambda/Makefile @@ -1,6 +1,6 @@ PORTNAME= lambda -PORTVERSION= 0.1.4 -PORTREVISION= 2 +DISTVERSION= 0.1.4 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://uniquesoftwaredesigns.com/${PORTNAME}/ @@ -10,6 +10,9 @@ WWW= https://uniquesoftwaredesigns.com/lambda/docs/lambda.html LICENSE= GPLv2 +DEPRECATED= Upstream unmaintained since 2004 +EXPIRATION_DATE= 2026-09-30 + USES= perl5 ncurses readline shebangfix USE_CXXSTD= c++14 USE_PERL5= build |
