aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-pystun3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-pystun3/Makefile')
-rw-r--r--net/py-pystun3/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/py-pystun3/Makefile b/net/py-pystun3/Makefile
new file mode 100644
index 000000000000..50db9a9151e1
--- /dev/null
+++ b/net/py-pystun3/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= pystun3
+PORTVERSION= 1.0.0
+CATEGORIES= net python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dtxdf@FreeBSD.org
+COMMENT= Python STUN client for getting NAT type and external IP
+WWW= https://pypi.org/project/pystun3/
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>