diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-03 20:17:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-03 20:17:30 +0800 |
commit | 7efd57eec3e072f1128d033ef74e40ec1fdc70f2 (patch) | |
tree | 1723971b7c9b6da9f00a1526533ed0fe9ecca5a6 /net/Makefile | |
parent | e8384d140753f76daf5fc31d062c675179de969b (diff) | |
download | freebsd-ports-gnome-7efd57eec3e072f1128d033ef74e40ec1fdc70f2.tar.gz freebsd-ports-gnome-7efd57eec3e072f1128d033ef74e40ec1fdc70f2.tar.zst freebsd-ports-gnome-7efd57eec3e072f1128d033ef74e40ec1fdc70f2.zip |
A Python STUN client for getting NAT type and external IP.
WWW: https://pypi.python.org/pypi/pystun
PR: 201388
Submitted by: yuri@rawbw.com
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 520b825a55f1..e2be7bea3afb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -966,6 +966,7 @@ SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pysphere + SUBDIR += py-pystun SUBDIR += py-python-bitcoinrpc SUBDIR += py-pyvmomi SUBDIR += py-pyzmq |