blob: 0cb74f3c88b281561becdd8e9697be2f1037c392 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= pystun3
PORTVERSION= 2.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>
|