diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-08 12:34:13 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-08 12:34:13 +0800 |
commit | d14d196d31768532ac35ab32246871d408a1122f (patch) | |
tree | 55335aa1065377a11adbf604b2a253bc1d3f517f /lang/python21 | |
parent | 392ef9ffbb81a574c1a7573965f622ed450d3f40 (diff) | |
download | freebsd-ports-gnome-d14d196d31768532ac35ab32246871d408a1122f.tar.gz freebsd-ports-gnome-d14d196d31768532ac35ab32246871d408a1122f.tar.zst freebsd-ports-gnome-d14d196d31768532ac35ab32246871d408a1122f.zip |
Deprecate these old python versions and schedual for expiration on
2007-01-07. These version branches are no longer developed upstream and are
rarely seen these days.
Approved by: alexbl (python@)
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 958b5378caa4..68b2ff1cecd3 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -16,6 +16,9 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= An interpreted object-oriented programming language +DEPRECATED= Version branch long since retired +EXPIRATION_DATE=2007-01-07 + DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes |