diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-08 16:21:00 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-07-08 16:21:00 +0000 |
commit | c2cf234df19a8e7291f0734de65896c1158626e0 (patch) | |
tree | 08302e6bb39238ce69118cbdc3559655656811ce /net/py-xmlrpclib/Makefile | |
parent | ef3f027da53360b222e8601d04c8cbce494ae2c1 (diff) |
Notes
Diffstat (limited to 'net/py-xmlrpclib/Makefile')
-rw-r--r-- | net/py-xmlrpclib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile index d97066e43012..06e40b020e33 100644 --- a/net/py-xmlrpclib/Makefile +++ b/net/py-xmlrpclib/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python implementation of the XML-RPC protocol +DEPRECATED= This is part of standard library since python 2.2 +EXPIRATION_DATE=2015-08-07 + USES= python zip DOCSDIR= ${PREFIX}/share/doc/py-xmlrpclib |