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/py-pystun | |
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/py-pystun')
-rw-r--r-- | net/py-pystun/Makefile | 19 | ||||
-rw-r--r-- | net/py-pystun/distinfo | 2 | ||||
-rw-r--r-- | net/py-pystun/pkg-descr | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/net/py-pystun/Makefile b/net/py-pystun/Makefile new file mode 100644 index 000000000000..0adbf5f90853 --- /dev/null +++ b/net/py-pystun/Makefile @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= pystun +PORTVERSION= 0.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python STUN client for getting NAT type and external IP + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net/py-pystun/distinfo b/net/py-pystun/distinfo new file mode 100644 index 000000000000..4f900abe2026 --- /dev/null +++ b/net/py-pystun/distinfo @@ -0,0 +1,2 @@ +SHA256 (pystun-0.1.0.tar.gz) = 787a2d1c1328ae8ac31152a0d6d96b2f02ab8677febdc25e463c2c8fee34679f +SIZE (pystun-0.1.0.tar.gz) = 6286 diff --git a/net/py-pystun/pkg-descr b/net/py-pystun/pkg-descr new file mode 100644 index 000000000000..d2dbf507ac00 --- /dev/null +++ b/net/py-pystun/pkg-descr @@ -0,0 +1,3 @@ +A Python STUN client for getting NAT type and external IP. + +WWW: https://pypi.python.org/pypi/pystun |