diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:29:12 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:23:55 +0800 |
commit | 8af9547a647ed27edf5facc65a756c9176923ae1 (patch) | |
tree | 95639fa7ed9e6d53a78a59353e50737b15189f5c /dns | |
parent | b79c2662a88a16207764a22efd5e6c585413337e (diff) | |
download | freebsd-ports-gnome-8af9547a647ed27edf5facc65a756c9176923ae1.tar.gz freebsd-ports-gnome-8af9547a647ed27edf5facc65a756c9176923ae1.tar.zst freebsd-ports-gnome-8af9547a647ed27edf5facc65a756c9176923ae1.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 |