summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/python2/Makefile3
-rw-r--r--lang/python27/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/python2/Makefile b/lang/python2/Makefile
index 04e3cad456ea..414aee14dfec 100644
--- a/lang/python2/Makefile
+++ b/lang/python2/Makefile
@@ -11,6 +11,9 @@ EXTRACT_ONLY= # empty
MAINTAINER= python@FreeBSD.org
COMMENT= The "meta-port" for version 2 of the Python interpreter
+DEPRECATED= EOLed upstream
+EXPIRATION_DATE= 2020-12-31
+
USES= python:run
NO_ARCH= yes
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 6ecb0882b96c..0e9eb190c4a6 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -14,6 +14,9 @@ COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
+DEPRECATED= EOLed upstream
+EXPIRATION_DATE= 2020-12-31
+
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes