summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/intervaltree/Makefile3
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