summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/python15/Makefile1
-rw-r--r--lang/python20/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
index 22f95c64f19d..6fe7d18f5f73 100644
--- a/lang/python15/Makefile
+++ b/lang/python15/Makefile
@@ -16,6 +16,7 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org
COMMENT= An interpreted object-oriented programming language
+DEPRECATED= "This port will be removed on June 18th 2004."
DIST_SUBDIR= python
WRKSRC= ${PYTHON_WRKSRC}
GNU_CONFIGURE= yes
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 25d8da576f9a..32a14f008e5f 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -16,6 +16,7 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org
COMMENT= An interpreted object-oriented programming language
+DEPRECATED= "This port will be removed on June 18th 2004."
DIST_SUBDIR= python
WRKSRC= ${PYTHON_WRKSRC}
GNU_CONFIGURE= yes