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/python24 | |
parent | 4e4ff5a297bfd1c1be57e08a5c35e9bd6ae06154 (diff) |
Notes
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 05e293015dba..95221d0f223c 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -30,6 +30,9 @@ USE_PYTHON= yes PYTHON_VERSION= python2.4 PYTHON_NO_DEPENDS= yes +DEPRECATED= deprecated via upstream +EXPIRATION_DATE= 2012-06-30 + PLATFORMS= plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd7 \ plat-freebsd8 plat-freebsd9 plat-freebsd10 SHARED_WRKSRC= ${WRKSRC}/build.shared |