diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-01 16:21:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-01 16:21:17 +0000 |
commit | 9249a557d60d44c1c7bd50b56a6c4a6673ff66cb (patch) | |
tree | acd825232e9aba30e4b1238028e8821152522b54 /lang/python2 | |
parent | sysutils/lr: Update to v1.5 (diff) |
Deprecate python2
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=521726
Diffstat (limited to 'lang/python2')
-rw-r--r-- | lang/python2/Makefile | 3 |
1 files changed, 3 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 |