diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-03 12:17:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-03 12:17:30 +0000 |
commit | f2fbf9db2c423c0281a401fff52f91812650c2d4 (patch) | |
tree | 1723971b7c9b6da9f00a1526533ed0fe9ecca5a6 /net/py-pystun | |
parent | 8bc8bafa2c32e55e3be39e1fe1e8275a2233281c (diff) |
Notes
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 |