diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-06-12 17:46:58 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-06-12 17:46:58 +0800 |
commit | be09dd7d9d9df6d65cac088da88dbab2a4f2b7b5 (patch) | |
tree | 198f06101a78d61bfc458c2f24ff1811613a0dd4 /archivers | |
parent | 39d6b6d585946534acd7a92a6c5d0cbdb6846af0 (diff) | |
download | freebsd-ports-gnome-be09dd7d9d9df6d65cac088da88dbab2a4f2b7b5.tar.gz freebsd-ports-gnome-be09dd7d9d9df6d65cac088da88dbab2a4f2b7b5.tar.zst freebsd-ports-gnome-be09dd7d9d9df6d65cac088da88dbab2a4f2b7b5.zip |
- Mark deprecated, all development activity in this port has been
merged into mainline python after 2.4
PR: ports/146944
Submitted by: Garrett Cooper <gcooper AT FreeBSD.org> (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-tarfile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/py-tarfile/Makefile b/archivers/py-tarfile/Makefile index 05856efa9bc0..724928634009 100644 --- a/archivers/py-tarfile/Makefile +++ b/archivers/py-tarfile/Makefile @@ -17,6 +17,8 @@ COMMENT= Python library for reading and writing tarballs USE_PYTHON= yes USE_PYDISTUTILS= yes +DEPRECATED= all development activity in this port has been merged into mainline python after 2.4 + .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 230 |