diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
commit | 41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch) | |
tree | dc94bc3df22b218498c473b644b9ddf5d9c9342d /dns/py-dnschain | |
parent | d7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff) | |
download | ports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.tar.gz ports-41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49.zip |
Deprecate a few ports
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=526925
Diffstat (limited to 'dns/py-dnschain')
-rw-r--r-- | dns/py-dnschain/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/py-dnschain/Makefile b/dns/py-dnschain/Makefile index cbbd5349e984..759dac8f271d 100644 --- a/dns/py-dnschain/Makefile +++ b/dns/py-dnschain/Makefile @@ -12,6 +12,9 @@ COMMENT= Library for looking up blockchain data via DNSChain LICENSE= MPL20 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes |