diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:29:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:29:12 +0800 |
commit | 5a8ab0ac98bf61954398ed004357e3c04a0665ed (patch) | |
tree | a3e04f81155f08cacd7e4aac2675ff8590cdab2d /dns | |
parent | 5e5e70b48d95234ef4eca87c8cf6da582f12cdd1 (diff) | |
download | freebsd-ports-gnome-5a8ab0ac98bf61954398ed004357e3c04a0665ed.tar.gz freebsd-ports-gnome-5a8ab0ac98bf61954398ed004357e3c04a0665ed.tar.zst freebsd-ports-gnome-5a8ab0ac98bf61954398ed004357e3c04a0665ed.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-twistedNames/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index dbb7085a514a..df85ec56a301 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -14,6 +14,9 @@ COMMENT= DNS protocol implementation with client and server LICENSE= MIT +DEPRECATED= Use devel/py-twisted instead +EXPIRATION_DATE=2017-09-30 + NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:2 tar:bzip2 twisted |