diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 10:15:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-30 10:15:59 +0000 |
commit | 174adaa4ec510c97d60f4c2cf9cade13f8e44f57 (patch) | |
tree | 3c423ce93d7b252963514eca6b59ab7572508cd4 /lang/python25 | |
parent | - Mark deprecated (diff) |
- Mark Deprecated (1 month from now)
- Upstream drop support since 2008
Notes
Notes:
svn path=/head/; revision=297761
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index d8d22f3e06f6..68ac7051aae0 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -32,6 +32,9 @@ USE_PYTHON= yes PYTHON_VERSION= python2.5 PYTHON_NO_DEPENDS= yes +DEPRECATED= deprecated via upstream +EXPIRATION_DATE= 2012-06-30 + SHARED_WRKSRC= ${PYTHON_WRKSRC}/portbld.shared PLIST= ${WRKDIR}/PLIST PLIST_TEMPLATE?=${PKGDIR}/pkg-plist |