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/python27 | |
parent | sysutils/lr: Update to v1.5 (diff) |
Deprecate python2
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=521726
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |