diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-01-24 20:46:42 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-01-24 20:46:42 +0000 |
commit | 43050f9c84e5c6ce5ada1e269460719b84032658 (patch) | |
tree | 3d4ab354775d2d105a321438f874c4309f6f7d7d /net/Makefile | |
parent | 1f67696986ed7a98b2f6b222caf0c266e3727cef (diff) | |
download | pkgsrc-43050f9c84e5c6ce5ada1e269460719b84032658.tar.gz |
Import wip/py-socksipy-branch version 1.01.
From DESCR:
This Python module allows you to create TCP connections through a SOCKS proxy
without any special effort.
This is needed as one of the dependencies of py-gsutil, as noted in
PR pkg/52941.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index d4d8a47b916..ca22d175d4b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1198 2018/01/23 09:48:23 fhajny Exp $ +# $NetBSD: Makefile,v 1.1199 2018/01/24 20:46:42 bsiegert Exp $ # COMMENT= Networking tools @@ -683,6 +683,7 @@ SUBDIR+= py-smb SUBDIR+= py-soaplib SUBDIR+= py-soappy SUBDIR+= py-socketpool +SUBDIR+= py-socksipy-branch SUBDIR+= py-softlayer SUBDIR+= py-softlayer_messaging SUBDIR+= py-tldextract |