diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2022-05-22 12:58:31 -0500 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2022-05-22 12:58:31 -0500 |
commit | 844f16b96455fb3e57206e43d1ff03d9f1aa24e6 (patch) | |
tree | a393d5633728d68d60ad9460a200adc65c6b5004 | |
parent | security/gopass: Update to 1.14.2 (diff) |
math/intervaltree: Deprecate
Dependent ports now use GH_TUPLE
PR: 263940
Reported by: fuz@fuz.su
-rw-r--r-- | math/intervaltree/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/intervaltree/Makefile b/math/intervaltree/Makefile index 7bed7fb2dfc7..3e38fb069a22 100644 --- a/math/intervaltree/Makefile +++ b/math/intervaltree/Makefile @@ -8,6 +8,9 @@ COMMENT= Minimal C++ interval tree implementation LICENSE= MIT +DEPRECATED= Dependent ports now use GH_TUPLE +EXPIRATION_DATE= 2022-07-22 + USES= compiler:c++0x USE_GITHUB= yes GH_ACCOUNT= ekg |